Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/dashboard/top-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function TopNav({ tabTitle, setTab }: DashboardHeaderProps) {
<header className="fixed top-0 left-0 right-0 z-40 bg-background/95 backdrop-blur-md border-b">
<div className="flex h-16 items-center justify-between px-4 lg:px-6">
{/* Actions */}
<div className="text-2xl font-black text-foreground">{tabTitle }</div>
<div className="text-2xl hidden md:flex font-black text-foreground">{tabTitle }</div>
<div className="flex items-center gap-2 lg:gap-4 ml-auto">
{/* Desktop search */}
<div className="relative hidden md:block">
Expand Down