Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoZweifel committed Mar 9, 2024
1 parent 4e32deb commit 5637a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Header({ className, ...props }: ComponentProps<'header'>) {
<header
{...props}
className={cn(
'fixed bg-primary-300/10 dark:bg-primary-900/5 flex flex-col top-0 w-full backdrop-blur flex-none border-b shadow-primary-300/5 dark:shadow-primary-950/5 shadow-xl border-primary-200/40 dark:border-primary-900/20 grow items-center z-10 ',
'fixed bg-primary-300/10 dark:bg-primary-950/5 flex flex-col top-0 w-full backdrop-blur flex-none border-b shadow-primary-300/5 dark:shadow-primary-950/5 shadow-xl border-primary-200/40 dark:border-primary-900/20 grow items-center z-10 ',
className
)}
>
Expand Down

0 comments on commit 5637a71

Please sign in to comment.