From 19a0fb43068ed8c45ff96406e60d80c9bc5a19ba Mon Sep 17 00:00:00 2001 From: Server Ubunto - HOME Date: Thu, 15 Jan 2026 19:50:04 +0000 Subject: [PATCH] fix: Fixed navbar not showing where user is. --- app/music/page.tsx | 2 +- components/navbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/music/page.tsx b/app/music/page.tsx index 7d048bd..919580d 100644 --- a/app/music/page.tsx +++ b/app/music/page.tsx @@ -1,4 +1,4 @@ -export default function Page() { +export default function MusicPage() { return (

Music Stream

diff --git a/components/navbar.tsx b/components/navbar.tsx index 4c3e886..44d4276 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -82,7 +82,7 @@ export default function Navbar() {