chore: rename SVR.JS Forum to SVR.JS Community
Some checks failed
Deploy Next.js application / deploy (push) Has been cancelled

This commit is contained in:
Dorian Niemiec 2024-12-12 20:16:32 +01:00
parent 10fd49e42d
commit 04643b0ac3

View file

@ -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" },