update path for docs
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 2m16s

This commit is contained in:
Lee
2024-04-20 22:18:50 +01:00
parent f7a3bb00a5
commit 025233d837
4 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ const pages: Page[] = [
{ name: "Server", url: "/server/java" },
{ name: "Mojang", url: "/mojang/status" },
{ name: "API", url: "https://api.mcutils.xyz", hideOnMobile: true, openInNewTab: true },
{ name: "Docs", url: "/documentation" },
{ name: "Docs", url: "/docs" },
];
export default function NavBar(): ReactElement {