Skip to content

Commit

Permalink
Add alt to images
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed May 9, 2024
1 parent 48d3c59 commit 12a5b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
class="card shadow-sm"
>
<img
alt="{{ character.name }}"
src="{{ '/static/' + character.image._name }}"
/>
<div
Expand Down

0 comments on commit 12a5b2f

Please sign in to comment.