Skip to content

Commit d9c5e99

Browse files
fix(download): update download card platform availability and URLs
1 parent 20d4e09 commit d9c5e99

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/web/src/routes/_view/download/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ function Component() {
7070
available={true}
7171
/>
7272
<DownloadCard
73-
iconName="simple-icons:windows"
74-
spec="Windows 10+"
75-
downloadUrl="#"
76-
available={false}
73+
iconName="simple-icons:linux"
74+
spec="Linux"
75+
downloadUrl="/download/linux"
76+
available={true}
7777
/>
7878
<DownloadCard
79-
iconName="simple-icons:linux"
80-
spec="Ubuntu, Debian"
79+
iconName="simple-icons:windows"
80+
spec="Windows"
8181
downloadUrl="#"
8282
available={false}
8383
/>

0 commit comments

Comments
 (0)