Skip to content

Commit 30b5d1c

Browse files
authored
fix download links
1 parent bccf9f3 commit 30b5d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/download/DownloadButtonList/DownloadButtonList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type DownloadButtonConfig = {
1212
};
1313

1414
const OWNER = "DefGuard";
15-
const REPO = "defguard";
15+
const REPO = "client";
1616

1717
export const DownloadButtonList = () => {
1818
const [isLoading, setIsLoading] = useState(true);

0 commit comments

Comments
 (0)