diff --git a/src/components/UI/downloads/DownloadsSection.tsx b/src/components/UI/downloads/DownloadsSection.tsx index 3fbd8a5634..fab037b119 100644 --- a/src/components/UI/downloads/DownloadsSection.tsx +++ b/src/components/UI/downloads/DownloadsSection.tsx @@ -9,7 +9,7 @@ interface Props { ariaLabel?: string; } -export const DownloadsSection: FC = ({ children, Svg, ariaLabel, sectionTitle, id, showGopher }) => { +export const DownloadsSection: FC = ({ id, sectionTitle, children, Svg, ariaLabel }) => { return ( {Svg && (