Skip to content

Commit

Permalink
πŸ› fix(components/shared/image): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ythecombinator committed Dec 5, 2023
1 parent 4a90450 commit 12afe8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Image = (props: ImageProps) => {
data-testid="image-container"
>
<NextImage
xwx={classNames(
className={classNames(
'transition-[scale,filter] duration-700',
isLoading && 'scale-[1.02] blur-xl grayscale',
imageClassName
Expand Down

0 comments on commit 12afe8c

Please sign in to comment.