feat: add a link to MERNMail
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m11s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m11s
This commit is contained in:
parent
a4cadaac3a
commit
aa33e93ae9
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue