fix prev commit

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-05 05:06:25 +02:00
parent 49bcd0543d
commit 093ed82fb8
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
<div class="profile-pic-20-wrapper">
<img src="{{m['avatar']}}" class="avatar pp20 mr-1">
{% if m.get('hat') -%}
<img class="profile-pic-20-hat hat" loading="lazy" src="/i/hats/{{m['hat']}}?v=3" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{user.hat_tooltip(v)}}">
<img class="profile-pic-20-hat hat" loading="lazy" src="/i/hats/{{m['hat']}}?v=3">
{%- endif %}
</div>
{% endif %}