We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d4e09 commit d9c5e99Copy full SHA for d9c5e99
apps/web/src/routes/_view/download/index.tsx
@@ -70,14 +70,14 @@ function Component() {
70
available={true}
71
/>
72
<DownloadCard
73
- iconName="simple-icons:windows"
74
- spec="Windows 10+"
75
- downloadUrl="#"
76
- available={false}
+ iconName="simple-icons:linux"
+ spec="Linux"
+ downloadUrl="/download/linux"
+ available={true}
77
78
79
- iconName="simple-icons:linux"
80
- spec="Ubuntu, Debian"
+ iconName="simple-icons:windows"
+ spec="Windows"
81
downloadUrl="#"
82
available={false}
83
0 commit comments