From 4cd65f1b22e890fe8bec533065480deeb82f7aa5 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Tue, 15 Nov 2022 15:19:12 -0700 Subject: [PATCH] Remove flex from DownloadsHero --- src/components/UI/downloads/DownloadsHero.tsx | 69 ++++++++++--------- 1 file changed, 35 insertions(+), 34 deletions(-) diff --git a/src/components/UI/downloads/DownloadsHero.tsx b/src/components/UI/downloads/DownloadsHero.tsx index fee501636a..a3de237aa1 100644 --- a/src/components/UI/downloads/DownloadsHero.tsx +++ b/src/components/UI/downloads/DownloadsHero.tsx @@ -2,7 +2,6 @@ import { Box, Center, Button, - Flex, Grid, Image, Link, @@ -47,24 +46,14 @@ export const DownloadsHero: FC = ({ templateColumns={{ base: 'repeat(1, 1fr)', lg: '1fr 430px' }} gap={4} > - - - -
- Gopher plugged in -
-
- - + + + Download go-ethereum @@ -84,8 +73,24 @@ export const DownloadsHero: FC = ({ further down the page. If you're looking to install Geth and/or associated tools via your favorite package manager, please check our installation guide. - -
+ + + +
+ Gopher plugged in +
+
+ {Object.keys(DOWNLOAD_HEADER_BUTTONS).map((key: string) => { @@ -117,21 +122,17 @@ export const DownloadsHero: FC = ({ Release notes for {currentBuildName} {currentBuildVersion} -
- + +
-
- Gopher plugged in -
- + Gopher plugged in +
); };