recode most things - still wip
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 2m0s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 2m0s
This commit is contained in:
@ -7,8 +7,8 @@ type Page = {
|
||||
};
|
||||
|
||||
const pages: Page[] = [
|
||||
{ title: "Player", url: "/player" },
|
||||
{ title: "Server", url: "/server" },
|
||||
{ title: "Player", url: "/player/Notch" },
|
||||
{ title: "Server", url: "/server/java/hypixel.net" },
|
||||
];
|
||||
|
||||
export default function NavBar() {
|
||||
|
Reference in New Issue
Block a user