Skip to content

Commit 2e85729

Browse files
committed
adjust header style
1 parent d1b6111 commit 2e85729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function Navbar() {
88
});
99

1010
return (
11-
<header className="border-b">
11+
<header className="border-b bg-muted/50">
1212
<div className="container mx-auto px-4 py-4">
1313
{session?.user?.name && <UserMenu userName={session.user.name} />}
1414
</div>

0 commit comments

Comments
 (0)