Add alt attribute to user icon

This commit is contained in:
spikecodes 2021-03-10 11:29:36 -08:00
parent e70dfe2c0b
commit f0e8deb000
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
</div>
<aside>
<div class="panel" id="user">
<img id="user_icon" src="{{ user.icon }}">
<img id="user_icon" src="{{ user.icon }}" alt="User icon">
<p id="user_title">{{ user.title }}</p>
<p id="user_name">u/{{ user.name }}</p>
<div id="user_description">{{ user.description }}</div>