From bc22bc1a2b5372adeec3d498bb2f85a79dedaf0e Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Mon, 26 Feb 2024 23:36:45 -0500 Subject: [PATCH] Update git link... --- src/setup/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/constants.ts b/src/setup/constants.ts index 935987e9..8fb8e984 100644 --- a/src/setup/constants.ts +++ b/src/setup/constants.ts @@ -1,6 +1,6 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; export const DISCORD_LINK = "https://movie-web.github.io/links/discord"; -export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; +export const GITHUB_LINK = "https://gitlab.com/itzCozi/sudo-flix"; export const DONATION_LINK = "https://ko-fi.com/movieweb"; export const GA_ID = import.meta.env.VITE_GA_ID; export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;