From aa33e93ae9530f0764bf554dd5c4372a923f6777 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 4 Nov 2024 19:35:13 +0100 Subject: [PATCH] feat: add a link to MERNMail --- constants/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/constants/index.tsx b/constants/index.tsx index f083c85..c100e62 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -152,7 +152,8 @@ 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://status.svrjs.org", label: "Server uptime" }, + { href: "https://mernmail.org", label: "MERNMail" } ], social: { supportText: "Support Us on Socials"