master
kek7198 2021-12-12 20:43:13 -06:00
parent e0bbc82ba8
commit 06296205db
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<img class="h-9 w-9 bg-white p-[3px] border border-gray-800" src="{{ v.profile_url }}" alt="Your avatar"/>
<div class="pl-2 text-left">
<span class="font-bold text-sm">{{ v.username }}</span>
<div class="flex items-center block leading-none text-gray-500">
<div class="flex items-center block leading-none text-gray-400">
<span class="text-xs pl-1">{{v.coins}} {{'COINS_NAME' | app_config}}</span>
</div>
</div>