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",
|
href: "https://community.svrjs.org",
|
||||||
target: "_self",
|
target: "_self",
|
||||||
label: "Community"
|
label: "Community"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: "https://mods.svrjs.org",
|
||||||
|
target: "_self",
|
||||||
|
label: "Mods"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
rightLinks: [
|
rightLinks: [
|
||||||
|
@ -145,7 +150,8 @@ export const FOOTERLINKS = {
|
||||||
plans: [
|
plans: [
|
||||||
{ href: "/docs", label: "Docs" },
|
{ href: "/docs", label: "Docs" },
|
||||||
{ href: "/downloads", label: "Downloads" },
|
{ 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" }
|
{ href: "/changelog", label: "Change log" }
|
||||||
],
|
],
|
||||||
additional: [
|
additional: [
|
||||||
|
|
|
@ -17,5 +17,10 @@ export default {
|
||||||
title: "Community",
|
title: "Community",
|
||||||
href: "https://community.svrjs.org",
|
href: "https://community.svrjs.org",
|
||||||
type: "page"
|
type: "page"
|
||||||
|
},
|
||||||
|
mods: {
|
||||||
|
title: "Mods",
|
||||||
|
href: "https://mods.svrjs.org",
|
||||||
|
type: "page"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue