don't open docs in a new tab
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m26s
This commit is contained in:
parent
7edfc31e82
commit
9399cf9efd
@ -31,8 +31,8 @@ const pages: Page[] = [
|
||||
{ name: "Player", url: "/player" },
|
||||
{ name: "Server", url: "/server/java" },
|
||||
{ name: "Mojang", url: "/mojang/status" },
|
||||
{ name: "API", url: "https://api.mcutils.xyz" },
|
||||
{ name: "Docs", url: "/documentation", openInNewTab: true },
|
||||
{ name: "API", url: "https://api.mcutils.xyz", openInNewTab: true },
|
||||
{ name: "Docs", url: "/documentation" },
|
||||
];
|
||||
|
||||
export default function NavBar(): ReactElement {
|
||||
|
Loading…
Reference in New Issue
Block a user