Skip to content

Commit

Permalink
fix: as attr
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang committed Aug 7, 2024
1 parent e9e80be commit d9916fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Avatar: React.FC<AvatarProps> = ({
href="/"
aria-label="Home"
className={clsx(className, 'pointer-events-auto')}
as={'image'}
as={'/'}
{...props}
>
<Image
Expand Down

0 comments on commit d9916fe

Please sign in to comment.