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 +
); };