chore: update the Git URLs
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s

This commit is contained in:
Dorian Niemiec 2024-11-08 15:42:01 +01:00
parent 8afbb6ae44
commit 7064f9469e

View file

@ -28,7 +28,7 @@ export const headerLinks = {
}
],
git: {
href: "https://git.svrjs.org",
href: "https://git.svrjs.org/mernmail/mernmail",
target: "_blank"
}
};
@ -99,7 +99,10 @@ export const footerLinks = {
],
resources: [
{ href: "/docs", label: "Docs" },
{ href: "https://git.svrjs.org/", label: "Git repository" },
{
href: "https://git.svrjs.org/mernmail/mernmail",
label: "Git repository"
},
{ href: "/contribute", label: "Contribute" }
],
social: {