mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix: set data-active attribute to false for download section (#691)
This commit is contained in:
parent
da96f4844a
commit
6cc3081634
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function getReleaseLink(releases: PlatformReleases, { os, cpu }: { os: string; c
|
||||||
|
|
||||||
<div
|
<div
|
||||||
id={`${platform}-${cpu}-downloads`}
|
id={`${platform}-${cpu}-downloads`}
|
||||||
data-active={platform === 'mac'}
|
data-active={false}
|
||||||
class="platform-section data-[active='false']:hidden"
|
class="platform-section data-[active='false']:hidden"
|
||||||
data-cpu={cpu}
|
data-cpu={cpu}
|
||||||
data-platform={platform}
|
data-platform={platform}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue