mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-06 00:02:54 +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 { 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue