From f54efc043b3e54426b197cb453cd0d0ab8c73714 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sat, 21 Jun 2025 17:18:22 +0200 Subject: [PATCH] fix: set data-active attribute to false for download section --- 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 84a36858..c974fa5d 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