From f943e6bee4de5c61ca724c329829f473ceedcce6 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 16 Nov 2024 12:21:15 +0100 Subject: [PATCH] fix: remove the link to the SVR.JS status page --- constants/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/constants/index.tsx b/constants/index.tsx index c100e62..c9a74f0 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -152,8 +152,7 @@ export const FOOTERLINKS = { { href: "/contribute", label: "Contribute" }, { href: "/vulnerabilities", label: "Vulnerabilities" }, { href: "https://git.svrjs.org", label: "Git server" }, - { href: "https://status.svrjs.org", label: "Server uptime" }, - { href: "https://mernmail.org", label: "MERNMail" } + { href: "https://www.mernmail.org", label: "MERNMail" } ], social: { supportText: "Support Us on Socials"