Skip to content

Commit

Permalink
Lint HTML images
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro committed Oct 3, 2024
1 parent b05a7c6 commit 66669dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ <h1 id="loading-champions">Loading champions...</h1>
<button id="close-modal">&Cross;</button>
<section id="modal-left">
<figcaption id="modal-title"></figcaption>
<img class="modal-image" id="modal-image-big">
<img class="modal-image" id="modal-image-small">
<img class="modal-image" id="modal-image-big" alt="">
<img class="modal-image" id="modal-image-small" alt="">
<progress id="modal-difficulty-meter" max="10"></progress>
</section>
<section id="modal-right">
Expand Down

0 comments on commit 66669dc

Please sign in to comment.