Skip to content

Commit 735ca18

Browse files
committed
fix: comment
1 parent 82276d9 commit 735ca18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/evently.client/src/lib/components/navbar.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ export function Navbar(): JSX.Element {
3131

3232
return (
3333
<div className="bg-base-100 navbar fixed top-0 right-0 left-0 z-50 shadow-sm">
34-
<div className="navbar-start space-x-2">
35-
{/* Mobile: Hamburger menu and back button */}
36-
<div className="flex items-center lg:hidden">
34+
<div className="navbar-start">
35+
<div className="flex items-center gap-2 lg:hidden">
3736
{/* Back button (only show when not on home page) */}
3837
{!isHomePage && (
3938
<button onClick={handleBack} className="btn btn-ghost btn-circle btn-xs">

0 commit comments

Comments
 (0)