Skip to content

Commit

Permalink
Fix typing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
drik98 committed Jul 31, 2024
1 parent 9ddbbda commit c243b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ function ProjectItem({
src={image}
alt={messages.projects.altTextOfProjectPreview.replace(
"{project}",
title
translatedTitle
)}
/>
) : (
<Image
src={image}
alt={messages.projects.altTextOfProjectPreview.replace(
"{project}",
title
translatedTitle
)}
/>
)}
Expand Down

1 comment on commit c243b06

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://smtz.dev as production
🚀 Deployed on https://66aaae0be4ef71151e2da546--smtz.netlify.app

Please sign in to comment.