- Fix broken images in carousel

This commit is contained in:
Adam Iannazzone 2024-04-18 11:09:08 -04:00
parent be81f0656a
commit 8cc5116ef3

View file

@ -114,27 +114,27 @@
<div id="screenshotCarousel" class="carousel slide mb-4" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="/assets/img/screens/screen01.jpeg" class="d-block w-100 rounded-3"
<img src="assets/img/screens/screen01.jpeg" class="d-block w-100 rounded-3"
alt="The RetroDECK logo displayed on a Steam Deck">
</div>
<div class="carousel-item">
<img src="/assets/img/screens/screen02.jpeg" class="d-block w-100 rounded-3"
<img src="assets/img/screens/screen02.jpeg" class="d-block w-100 rounded-3"
alt="The RetroDECK icon visible in a Steam Library">
</div>
<div class="carousel-item">
<img src="/assets/img/screens/screen03.jpeg" class="d-block w-100 rounded-3"
<img src="assets/img/screens/screen03.jpeg" class="d-block w-100 rounded-3"
alt="Steam Deck quick settings in the foreground with the RetroDECK interface behind it">
</div>
<div class="carousel-item">
<img src="/assets/img/screens/screen04.jpeg" class="d-block w-100 rounded-3"
<img src="assets/img/screens/screen04.jpeg" class="d-block w-100 rounded-3"
alt="One of the ES-DE Themes with SEGA Genesis visible">
</div>
<div class="carousel-item">
<img src="/assets/img/screens/screen05.jpeg" class="d-block w-100 rounded-3"
<img src="assets/img/screens/screen05.jpeg" class="d-block w-100 rounded-3"
alt="Sonic the Hedgehog 2 (SEGA Genesis) on the Steam Deck">
</div>
<div class="carousel-item">
<img src="/assets/img/screens/screen06.jpeg" class="d-block w-100 rounded-3"
<img src="assets/img/screens/screen06.jpeg" class="d-block w-100 rounded-3"
alt="A list of TurboGrafx games in the ES-DE frontend">
</div>
</div>