Skip to content

Commit 31fb0c9

Browse files
committed
Update Navbar.tsx
1 parent fb7ca16 commit 31fb0c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/Navbar.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function Navbar() {
2828
};
2929
}, []);
3030
return (
31+
<>
3132
<div
3233
className={`fixed left-0 top-0 z-50 flex w-screen justify-center px-4 xl:px-0 ${
3334
isScrolled ? "glass border-b bg-background/50" : ""

0 commit comments

Comments
 (0)