fix navbar
This commit is contained in:
parent
ed31b5d5e4
commit
a9fab6d4fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue