From bf04e5a15bdbb82fb80bfdb214a692696bbc2303 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 30 Sep 2025 19:45:56 +0300 Subject: [PATCH] feat(website): different download behaviour for Linux --- .../website/src/components/DownloadButton.tsx | 46 ++++++++++++++----- apps/website/src/pages/Home/index.tsx | 1 - 2 files changed, 34 insertions(+), 13 deletions(-) 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 && -