Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-zhuang authored Dec 2, 2024
1 parent d3c9774 commit 8853e63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ <h2 class="subtitle has-text-centered">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-chair">
<img src="./static/images/more_result_chair.png" alt="Chair Image" height="100%">
<img src="./static/images/more_result_chair.png" alt="Chair Image" height="100">
</div>
<div class="item item-hotdog">
<img src="./static/images/more_result_hotdog.png" alt="Hotdog Image" height="100%">
<img src="./static/images/more_result_hotdog.png" alt="Hotdog Image" height="100">
</div>
<div class="item item-mic">
<img src="./static/images/more_result_mic.png" alt="Mic Image" height="100%">
<img src="./static/images/more_result_mic.png" alt="Mic Image" height="100">
</div>
</div>
</div>
Expand Down

0 comments on commit 8853e63

Please sign in to comment.