We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82276d9 commit 735ca18Copy full SHA for 735ca18
src/evently.client/src/lib/components/navbar.tsx
@@ -31,9 +31,8 @@ export function Navbar(): JSX.Element {
31
32
return (
33
<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">
+ <div className="navbar-start">
+ <div className="flex items-center gap-2 lg:hidden">
37
{/* Back button (only show when not on home page) */}
38
{!isHomePage && (
39
<button onClick={handleBack} className="btn btn-ghost btn-circle btn-xs">
0 commit comments