Merge pull request #50 from Nebelung-Dev/main

fix navbar
This commit is contained in:
Owski 2024-10-13 17:06:11 -05:00 committed by GitHub
commit f4a811f2a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ export default function Navbar() {
if (pathname && pathname.includes('/go/')) return null if (pathname && pathname.includes('/go/')) return null
return ( 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"> <div className="flex items-center gap-3">
<Button onClick={() => setOpen(true)} size="icon" variant="ghost"> <Button onClick={() => setOpen(true)} size="icon" variant="ghost">
<Lucide.Menu className="h-7 w-7" /> <Lucide.Menu className="h-7 w-7" />