fix: set data-active attribute to false for download section (#691)

This commit is contained in:
mr. m 2025-06-21 17:19:56 +02:00 committed by GitHub
parent da96f4844a
commit 6cc3081634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ function getReleaseLink(releases: PlatformReleases, { os, cpu }: { os: string; c
<div
id={`${platform}-${cpu}-downloads`}
data-active={platform === 'mac'}
data-active={false}
class="platform-section data-[active='false']:hidden"
data-cpu={cpu}
data-platform={platform}