HTML update img url

This commit is contained in:
2025-06-28 11:45:44 -07:00
parent a928346dea
commit 75917d9d65
@@ -6,7 +6,7 @@
<button class="gameCard-Next" onclick=""></button>
</div>
<div *ngIf="product.images.length > 0" >
<img class="gameCard-Img" src="{{ product.images[0] }}">
<img class="gameCard-Img" [src]="product.images[product.curShowingIMG].imageSrc">
</div>
</div>
<h1 class ="gameCard-Name">{{ product.name }}</h1>