Skip to content

Commit cc532d3

Browse files
authored
Update macOS download link in Download.tsx
1 parent e7ae311 commit cc532d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Download.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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/39f25a094d81461692b3/?dl=1",
21+
downloadLink: "https://seafile.unistra.fr/f/b1c2029276a44efeab36/?dl=1",
2222
version: "v1.0.0",
2323
size: "473 MB"
2424
},
@@ -118,4 +118,4 @@ const DownloadSection = () => {
118118
);
119119
};
120120

121-
export default DownloadSection;
121+
export default DownloadSection;

0 commit comments

Comments
 (0)