Skip to content

Commit f548a80

Browse files
committed
Image fix
1 parent 515e151 commit f548a80

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

webapp/src/components/mainComponents/ImgCarrusel.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ export default function StandardImageList() {
102102
</ImageList>*/
103103
<Box data-testid="imgCarruselComp">
104104
<img className="imgCarrusel"
105-
src="1.png"
105+
src="img1.png"
106106
alt="Crea tus propios mapas"
107107
/>
108108
<img className="imgCarrusel"
109-
src="2.png"
109+
src="img2.png"
110110
alt="Guarda tus lugares favoritos"
111111
/>
112112
<img className="imgCarrusel"
113-
src="3.png"
113+
src="img3.png"
114114
alt="Ve los mapas de tus amigos"
115115
/>
116116

0 commit comments

Comments
 (0)