From bef3ba12db0547cbbf70d848b101fb8fcbfcf99b Mon Sep 17 00:00:00 2001 From: Joseph Date: Thu, 14 May 2026 14:27:20 +1200 Subject: [PATCH 1/2] fixed navbar --- next-env.d.ts | 2 +- src/components/navbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/next-env.d.ts b/next-env.d.ts index 9edff1c..c4b7818 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/types/routes.d.ts"; +import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index c73b2a7..c22e9f0 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -125,7 +125,7 @@ export function Navbar() { */} {/* Mobile menu button */} -
+