We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2b1dd commit e88011aCopy full SHA for e88011a
1 file changed
src/components/Download.tsx
@@ -18,15 +18,17 @@ const DownloadSection = () => {
18
name: "macOS",
19
icon: <Apple className="h-8 w-8" />,
20
description: "Tested on macOS 10.15 and later",
21
- downloadLink: "https://seafile.unistra.fr/f/6e054203416e414fac85/?dl=1",
+ downloadLink: "https://seafile.unistra.fr/f/39f25a094d81461692b3/?dl=1",
22
version: "v1.0.0",
23
size: "473 MB"
24
},
25
{
26
name: "Linux",
27
icon: <Smartphone className="h-8 w-8" />,
28
description: "Coming Soon",
29
- downloadLink: "https://youtu.be/dQw4w9WgXcQ?si=Vau63eVAjTnD4zl8",
+ downloadLink: "https://www.youtube.com/watch?v=xvFZjo5PgG0&list=RDxvFZjo5PgG0&start_radio=1",
30
+ version: "na",
31
+ size: "na"
32
}
33
];
34
0 commit comments