Skip to content

Commit e88011a

Browse files
Lorenzo ArboitLorenzo Arboit
authored andcommitted
download links
1 parent cc2b1dd commit e88011a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/components/Download.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ const DownloadSection = () => {
1818
name: "macOS",
1919
icon: <Apple className="h-8 w-8" />,
2020
description: "Tested on macOS 10.15 and later",
21-
downloadLink: "https://seafile.unistra.fr/f/6e054203416e414fac85/?dl=1",
21+
downloadLink: "https://seafile.unistra.fr/f/39f25a094d81461692b3/?dl=1",
2222
version: "v1.0.0",
2323
size: "473 MB"
2424
},
2525
{
2626
name: "Linux",
2727
icon: <Smartphone className="h-8 w-8" />,
2828
description: "Coming Soon",
29-
downloadLink: "https://youtu.be/dQw4w9WgXcQ?si=Vau63eVAjTnD4zl8",
29+
downloadLink: "https://www.youtube.com/watch?v=xvFZjo5PgG0&list=RDxvFZjo5PgG0&start_radio=1",
30+
version: "na",
31+
size: "na"
3032
}
3133
];
3234

0 commit comments

Comments
 (0)