diff --git a/src/components/UI/downloads/SpecificVersionsSection.tsx b/src/components/UI/downloads/SpecificVersionsSection.tsx index 2909379d63..aa619529bb 100644 --- a/src/components/UI/downloads/SpecificVersionsSection.tsx +++ b/src/components/UI/downloads/SpecificVersionsSection.tsx @@ -1,4 +1,4 @@ -import { Box, Flex, Image, Stack } from '@chakra-ui/react'; +import { Box, Flex, Grid, GridItem, Image, Stack } from '@chakra-ui/react'; import { FC } from 'react'; import { GopherHomeLinks } from '../svgs'; @@ -8,31 +8,33 @@ interface Props { export const SpecificVersionsSection: FC = ({ children }) => { return ( - - - - - - - - Specific Versions - - - {children} - - + + + + {/* TODO: replace with animated/video version */} + + + + + + + + + + + Specific Versions + + + {children} + + + ); }; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1ca4bb54fd..d49a3bb476 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -142,7 +142,7 @@ const HomePage: NextPage = ({}) => { - + {/* TODO: replace with animated/video version */}