This commit is contained in:
ansh
2024-10-13 22:18:45 -05:00
5 changed files with 115 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default function Navbar() {
if (pathname && pathname.includes('/go/')) return null
return (
<div className="w-screen fixed h-14 border-b flex items-center px-4">
<div className="w-screen fixed h-14 border-b flex items-center px-4 bg-background z-10">
<div className="flex items-center gap-3">
<Button onClick={() => setOpen(true)} size="icon" variant="ghost">
<Lucide.Menu className="h-7 w-7" />