forked from rDrama/rDrama
1
0
Fork 0

show ppl's pfps under hats

master
Aevann1 2022-09-06 03:49:14 +02:00
parent 65d35bca4b
commit 04aab7ff0f
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@
<tr> <tr>
<td> <td>
<div class="profile-pic-72-wrapper mt-4"> <div class="profile-pic-72-wrapper mt-4">
<img src="{{v.profile_url}}" class="profile-pic-72"> <img loading="lazy" alt="avatar" src="{{v.profile_url}}" class="profile-pic-72">
<img class="profile-pic-72-hat" src="/i/hats/{{hat.name}}.webp?v=3"> <img loading="lazy" alt="{{hat.name}}" class="profile-pic-72-hat" src="/i/hats/{{hat.name}}.webp?v=3">
</div> </div>
</td> </td>
<td>{{hat.name}}</td> <td>{{hat.name}}</td>