diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx index 6185b59e65..3f59a02dd4 100644 --- a/src/pages/downloads.tsx +++ b/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 = () => {