mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-06 18:07:30 +00:00
fix, switch to correct gropher
This commit is contained in:
parent
4e25c6bf94
commit
8e6023c60b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { useState } from 'react';
|
|||
|
||||
import { DownloadsHero, DownloadsSection, DownloadsTable } from '../components/UI/downloads';
|
||||
import { DataTable } from '../components/UI';
|
||||
import { GopherDownloads } from '../components/UI/svgs';
|
||||
import { GopherDownloads, GopherHomeLinks } from '../components/UI/svgs';
|
||||
|
||||
import {
|
||||
DEFAULT_BUILD_AMOUNT_TO_SHOW,
|
||||
|
|
@ -55,7 +55,7 @@ const DownloadsPage: NextPage = () => {
|
|||
<DownloadsSection
|
||||
sectionTitle='Specific Versions'
|
||||
id='specificversions'
|
||||
Svg={GopherDownloads}
|
||||
Svg={GopherHomeLinks}
|
||||
ariaLabel='Gopher facing right'
|
||||
>
|
||||
<Stack p={4}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue