Skip to content

Commit 2a4f413

Browse files
committed
Fix Navbar link when small page view
1 parent 6166232 commit 2a4f413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default function Navbar() {
127127
variant="h5"
128128
noWrap
129129
component="a"
130-
href="/"
130+
href="/home"
131131
sx={{
132132
mr: 2,
133133
display: { xs: "flex", md: "none" },

0 commit comments

Comments
 (0)