replace image with Gopher component

This commit is contained in:
Paul Wackerow 2022-11-17 09:29:20 -08:00
parent ca82a294d1
commit 94fbb7fdd5
No known key found for this signature in database
GPG key ID: BB63E296FE9CAB8D

View file

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