From 89c534ac8648214e2bcd84b5a98b9ccad2ca84a4 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 14 Apr 2024 19:08:24 +0100 Subject: [PATCH] update navbar --- src/app/page.tsx | 3 ++- src/components/navbar.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0d209b..cfdd834 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ type Button = { const buttons: Button[] = [ { title: "Get Started", url: "/player" }, - { title: "Documentation", url: "https://git.fascinated.cc/MinecraftUtilities/Documentation" }, + { title: "Documentation", url: "https://api.mcutils.xyz/swagger-ui.html" }, ]; export default function Home() { @@ -24,6 +24,7 @@ export default function Home() {

{button.title}

diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 2144148..f55da08 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -13,7 +13,7 @@ const pages: Page[] = [ export default function NavBar() { return ( -
+