|
|
@ -1,5 +1,6 @@ |
|
|
|
import { Box, Flex, Image, Stack } from '@chakra-ui/react'; |
|
|
|
import { Box, Flex, Image, Stack } from '@chakra-ui/react'; |
|
|
|
import { FC } from 'react'; |
|
|
|
import { FC } from 'react'; |
|
|
|
|
|
|
|
import { GopherHomeLinks } from '../svgs'; |
|
|
|
|
|
|
|
|
|
|
|
interface Props { |
|
|
|
interface Props { |
|
|
|
children: React.ReactNode; |
|
|
|
children: React.ReactNode; |
|
|
@ -22,8 +23,7 @@ export const SpecificVersionsSection: FC<Props> = ({ children }) => { |
|
|
|
borderColor='primary' |
|
|
|
borderColor='primary' |
|
|
|
flex='none' |
|
|
|
flex='none' |
|
|
|
> |
|
|
|
> |
|
|
|
{/* TODO: use NextImage */} |
|
|
|
<GopherHomeLinks /> |
|
|
|
<Image src='/images/pages/gopher-home-side-desktop.svg' alt='Gopher facing right' /> |
|
|
|
|
|
|
|
</Flex> |
|
|
|
</Flex> |
|
|
|
<Flex flexDir='column'> |
|
|
|
<Flex flexDir='column'> |
|
|
|
<Stack |
|
|
|
<Stack |
|
|
|