feat: add a link to MERNMail
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m11s

This commit is contained in:
Dorian Niemiec 2024-11-04 19:35:13 +01:00
parent a4cadaac3a
commit aa33e93ae9

View file

@ -152,7 +152,8 @@ export const FOOTERLINKS = {
{ href: "/contribute", label: "Contribute" }, { href: "/contribute", label: "Contribute" },
{ href: "/vulnerabilities", label: "Vulnerabilities" }, { href: "/vulnerabilities", label: "Vulnerabilities" },
{ href: "https://git.svrjs.org", label: "Git server" }, { 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: { social: {
supportText: "Support Us on Socials" supportText: "Support Us on Socials"