change mojang status page path
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 5s

This commit is contained in:
Lee 2024-04-17 19:19:18 +01:00
parent 425a2b1464
commit fa7d3c5ea4
2 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ type Page = {
const pages: Page[] = [
{ title: "Player", url: "/player" },
{ title: "Server", url: "/server/java" },
{ title: "Mojang", url: "/mojang" },
{ title: "Mojang Status", url: "/mojang/status" },
];
export default function NavBar(): JSX.Element {