diff --git a/apps/website/src/components/DownloadButton.tsx b/apps/website/src/components/DownloadButton.tsx index 8ed8cf18a..8b1c1a36b 100644 --- a/apps/website/src/components/DownloadButton.tsx +++ b/apps/website/src/components/DownloadButton.tsx @@ -14,17 +14,39 @@ export default function DownloadButton({ big }: DownloadButtonProps) { useEffect(() => setRecommendedDownload(getRecommendedDownload()), []); return (recommendedDownload && -