feat: add link to SVR.JS Mods directory
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
eeecc81aa0
commit
4dea446ed1
2 changed files with 12 additions and 1 deletions
|
@ -34,6 +34,11 @@ export const NAVBAR = {
|
|||
href: "https://community.svrjs.org",
|
||||
target: "_self",
|
||||
label: "Community"
|
||||
},
|
||||
{
|
||||
href: "https://mods.svrjs.org",
|
||||
target: "_self",
|
||||
label: "Mods"
|
||||
}
|
||||
],
|
||||
rightLinks: [
|
||||
|
@ -145,7 +150,8 @@ export const FOOTERLINKS = {
|
|||
plans: [
|
||||
{ href: "/docs", label: "Docs" },
|
||||
{ href: "/downloads", label: "Downloads" },
|
||||
{ href: "/mods", label: "SVR.JS mods" },
|
||||
{ href: "/mods", label: "Official mods" },
|
||||
{ href: "https://mods.svrjs.org", label: "SVR.JS Mods" },
|
||||
{ href: "/changelog", label: "Change log" }
|
||||
],
|
||||
additional: [
|
||||
|
|
|
@ -17,5 +17,10 @@ export default {
|
|||
title: "Community",
|
||||
href: "https://community.svrjs.org",
|
||||
type: "page"
|
||||
},
|
||||
mods: {
|
||||
title: "Mods",
|
||||
href: "https://mods.svrjs.org",
|
||||
type: "page"
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue