chore: update the Git URLs
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
This commit is contained in:
parent
8afbb6ae44
commit
7064f9469e
1 changed files with 5 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue