From 6cc308163497bacee4899b480ed95d5f1f61f60a Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:19:56 +0200 Subject: [PATCH] fix: set data-active attribute to false for download section (#691) --- src/components/download/PlatformDownload.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/download/PlatformDownload.astro b/src/components/download/PlatformDownload.astro index 84a3685..c974fa5 100644 --- a/src/components/download/PlatformDownload.astro +++ b/src/components/download/PlatformDownload.astro @@ -58,7 +58,7 @@ function getReleaseLink(releases: PlatformReleases, { os, cpu }: { os: string; c