Skip to content

Commit

Permalink
Fix transition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplesnik committed Jan 27, 2025
1 parent 2c8f0f3 commit 236b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkPreviewTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const WorkPreviewTile = ({ title, className, link, src, titleRight }: WorkPrevie
<CustomImg
src={src}
alt={title}
className="transition-[transform,opacity] duration-[400ms] ease-in-out group-hover:scale-[1.02]"
className="transition-transform duration-[400ms] ease-in-out group-hover:scale-[1.02]"
/>
</div>
<Heading
Expand Down

0 comments on commit 236b09f

Please sign in to comment.