add server page and update player page
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 47s

This commit is contained in:
Lee
2024-04-14 21:56:07 +01:00
parent 094a6c697e
commit 2597c51863
9 changed files with 118 additions and 34 deletions

View File

@ -9,6 +9,7 @@ type Page = {
const pages: Page[] = [
{ title: "Home", url: "/" },
{ title: "Player", url: "/player" },
{ title: "Server", url: "/server" },
];
export default function NavBar() {