Skip to content

Commit

Permalink
fix: z-index in top-nav file (Codehagen#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdtriedcoding authored Apr 30, 2024
1 parent 8b84a7b commit 3613edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/components/layout/top-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { NavItem, siteConfig } from "@/app/config";

export const TopNav = ({ navItems }: { navItems: NavItem[] }) => {
return (
<nav className="sticky top-0 z-10 flex h-16 items-center gap-10 border-b bg-background/60 px-4 backdrop-blur-xl transition-all">
<nav className="sticky top-0 z-30 flex h-16 items-center gap-10 border-b bg-background/60 px-4 backdrop-blur-xl transition-all">
<Link href="/" className="flex items-center space-x-2">
<Icons.logo />
<span className="inline-block font-urban text-xl font-bold">
Expand Down

0 comments on commit 3613edb

Please sign in to comment.