From cfabbaf1114ef1923141c38f54d0053f4f6de7c3 Mon Sep 17 00:00:00 2001 From: port <108868128+portdeveloper@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:53:59 +0300 Subject: [PATCH] Move SRE CTA above the explore our batches text (#52) --- packages/nextjs/pages/batches/index.tsx | 47 +++++++++++++------------ 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/packages/nextjs/pages/batches/index.tsx b/packages/nextjs/pages/batches/index.tsx index 718e4ae..3affd7f 100644 --- a/packages/nextjs/pages/batches/index.tsx +++ b/packages/nextjs/pages/batches/index.tsx @@ -221,9 +221,32 @@ const Batches = () => { - {/* Batch Table and CTA */} + {/* CTA and the batch table */}
+ {/* Next Batch CTA */} +
+
+
+

+ Batch #{NEXT_BATCH_NUMBER} +

+

+ Complete SpeedRunEthereum and join BuidlGuidl to participate in the next Batch! +

+
+
+ + Go SpeedRunEthereum + +
+
+
+
{"Winners"}

Explore our batches

@@ -303,28 +326,6 @@ const Batches = () => {
)}
- {/* Next Batch CTA */} -
-
-
-

- Batch #{NEXT_BATCH_NUMBER} -

-

- Complete SpeedRunEthereum and join BuidlGuidl to participate in the next Batch! -

-
-
- - Go SpeedRunEthereum - -
-
-