Skip to content

Commit

Permalink
fix(ResponsiveAppBar): update anchor href from "#" to "/" for better …
Browse files Browse the repository at this point in the history
…navigation
  • Loading branch information
ozeliurs committed Oct 8, 2024
1 parent 2a1ed9a commit bd227ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-frontend/src/components/ResponsiveAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function ResponsiveAppBar() {
variant="h6"
noWrap
component="a"
href="#"
href="/"
sx={{
mr: 2,
display: { xs: "none", md: "flex" },
Expand Down Expand Up @@ -115,7 +115,7 @@ function ResponsiveAppBar() {
variant="h5"
noWrap
component="a"
href="#"
href="/"
sx={{
mr: 2,
display: { xs: "flex", md: "none" },
Expand Down

0 comments on commit bd227ae

Please sign in to comment.