Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
chore: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed May 24, 2024
1 parent 1e63b7d commit 0aea71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/blocks/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type NavHeaderProps = JSX.IntrinsicElements["header"] & {

export function NavHeader({ className, ...props }: NavHeaderProps) {
return (
<header className={cn("flex items-center py-3 px-2", className)}>
<header {...props} className={cn("flex items-center py-3 px-2", className)}>
{props?.image && (
<img
src={props?.image}
Expand Down

0 comments on commit 0aea71c

Please sign in to comment.