fix, switch to correct gropher
This commit is contained in:
parent
4e25c6bf94
commit
8e6023c60b
|
@ -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 New Issue