Changes at the website

This commit is contained in:
Marc Froehlich
2026-07-11 23:21:02 +02:00
parent 77c9d34d64
commit dc703fca9e
9 changed files with 284 additions and 2 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ module.exports = [
{ title: "News", url: "/news/" },
{ title: "Roadmap", url: "/roadmap/" },
{ title: "About", url: "/about/" },
{ title: "FAQ", url: "/faq/" }
{ title: "FAQ", url: "/faq/" },
{ title: "Support", url: "/support/"
}
];