Skip to content

Commit c29e406

Browse files
authored
fix: unnecessary tailwind config (2/2)
1 parent 3b51c2a commit c29e406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/site-header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import { ThemeToggle } from "@/components/theme-toggle"
88

99
export function SiteHeader() {
1010
return (
11-
<header className="sticky top-0 z-999 w-full border-b bg-background">
11+
<header className="sticky top-0 z-[999] w-full border-b bg-background">
1212
<div className="container flex h-20 items-center space-x-4 sm:justify-between sm:space-x-0">
1313
<MainNav items={siteConfig.mainNav} />
1414
</div>
1515
</header>
1616
)
1717
}
18-
18+

0 commit comments

Comments
 (0)