update of single project images URL #15

Merged
Giovanni-Josserand merged 1 commits from dev into main 2025-08-28 13:58:27 +00:00
Showing only changes of commit 55039f1f1e - Show all commits

View File

@ -42,7 +42,7 @@ function SingleProject({ image, title, description, skills, color, nbImage }) {
<button onClick={() => handleChangeImage(-1)} className="arrow preview">{'<'}</button>
<img
src={`/public/assets/images/${image}/${image}_${imageID}.png`}
src={`/assets/images/${image}/${image}_${imageID}.png`}
alt={image}
className={isFading ? 'fade-in' : 'fade-out'}
/>