Skip to content

Commit

Permalink
fix: unnecessary tailwind config (2/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrishguptaa authored Oct 5, 2023
1 parent 3b51c2a commit c29e406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import { ThemeToggle } from "@/components/theme-toggle"

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


0 comments on commit c29e406

Please sign in to comment.