Skip to content

Commit

Permalink
Image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulasuarezp committed May 3, 2023
1 parent 515e151 commit f548a80
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions webapp/src/components/mainComponents/ImgCarrusel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ export default function StandardImageList() {
</ImageList>*/
<Box data-testid="imgCarruselComp">
<img className="imgCarrusel"
src="1.png"
src="img1.png"
alt="Crea tus propios mapas"
/>
<img className="imgCarrusel"
src="2.png"
src="img2.png"
alt="Guarda tus lugares favoritos"
/>
<img className="imgCarrusel"
src="3.png"
src="img3.png"
alt="Ve los mapas de tus amigos"
/>

Expand Down

0 comments on commit f548a80

Please sign in to comment.