fix, switch to correct gropher

pull/26459/head^2
Paul Wackerow 2 years ago
parent 4e25c6bf94
commit 8e6023c60b
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
  1. 4
      src/pages/downloads.tsx

@ -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…
Cancel
Save