mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +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 { DownloadsHero, DownloadsSection, DownloadsTable } from '../components/UI/downloads';
|
||||||
import { DataTable } from '../components/UI';
|
import { DataTable } from '../components/UI';
|
||||||
import { GopherDownloads } from '../components/UI/svgs';
|
import { GopherDownloads, GopherHomeLinks } from '../components/UI/svgs';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
DEFAULT_BUILD_AMOUNT_TO_SHOW,
|
DEFAULT_BUILD_AMOUNT_TO_SHOW,
|
||||||
|
|
@ -55,7 +55,7 @@ const DownloadsPage: NextPage = () => {
|
||||||
<DownloadsSection
|
<DownloadsSection
|
||||||
sectionTitle='Specific Versions'
|
sectionTitle='Specific Versions'
|
||||||
id='specificversions'
|
id='specificversions'
|
||||||
Svg={GopherDownloads}
|
Svg={GopherHomeLinks}
|
||||||
ariaLabel='Gopher facing right'
|
ariaLabel='Gopher facing right'
|
||||||
>
|
>
|
||||||
<Stack p={4}>
|
<Stack p={4}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue