We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ae311 commit cc532d3Copy full SHA for cc532d3
src/components/Download.tsx
@@ -18,7 +18,7 @@ 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/39f25a094d81461692b3/?dl=1",
+ downloadLink: "https://seafile.unistra.fr/f/b1c2029276a44efeab36/?dl=1",
22
version: "v1.0.0",
23
size: "473 MB"
24
},
@@ -118,4 +118,4 @@ const DownloadSection = () => {
118
);
119
};
120
121
-export default DownloadSection;
+export default DownloadSection;
0 commit comments