mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
replace image with Gopher component
This commit is contained in:
parent
ca82a294d1
commit
94fbb7fdd5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue