chore: rename SVR.JS Forum to SVR.JS Community
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled
This commit is contained in:
parent
10fd49e42d
commit
04643b0ac3
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ export const NAVBAR = {
|
|||
label: "Blog"
|
||||
},
|
||||
{
|
||||
href: "https://forum.svrjs.org",
|
||||
href: "https://community.svrjs.org",
|
||||
target: "_self",
|
||||
label: "Forum"
|
||||
label: "Community"
|
||||
}
|
||||
],
|
||||
rightLinks: [
|
||||
|
@ -140,7 +140,7 @@ export const FOOTERLINKS = {
|
|||
{ href: "/", label: "Home" },
|
||||
{ href: "/contact", label: "Contact" },
|
||||
{ href: "/blog", label: "Blog" },
|
||||
{ href: "https://forum.svrjs.org", label: "Forum" }
|
||||
{ href: "https://community.svrjs.org", label: "Community" }
|
||||
],
|
||||
plans: [
|
||||
{ href: "/docs", label: "Docs" },
|
||||
|
|
Loading…
Reference in a new issue