From bd227aeb879054842436d6dfe9706a1447962f25 Mon Sep 17 00:00:00 2001 From: Ozeliurs Date: Tue, 8 Oct 2024 17:26:28 +0200 Subject: [PATCH] fix(ResponsiveAppBar): update anchor href from "#" to "/" for better navigation --- react-frontend/src/components/ResponsiveAppBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-frontend/src/components/ResponsiveAppBar.tsx b/react-frontend/src/components/ResponsiveAppBar.tsx index 93390ba..957ac71 100644 --- a/react-frontend/src/components/ResponsiveAppBar.tsx +++ b/react-frontend/src/components/ResponsiveAppBar.tsx @@ -60,7 +60,7 @@ function ResponsiveAppBar() { variant="h6" noWrap component="a" - href="#" + href="/" sx={{ mr: 2, display: { xs: "none", md: "flex" }, @@ -115,7 +115,7 @@ function ResponsiveAppBar() { variant="h5" noWrap component="a" - href="#" + href="/" sx={{ mr: 2, display: { xs: "flex", md: "none" },