forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 20:42:47 -06:00
parent 9ec32be122
commit e0bbc82ba8
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<div class="dropdown">
<button class="relative flex items-center px-3 py-2.5 rounded text-sm text-gray-500 hover:text-gray-400 focus:text-gray-200 text-shadow focus:outline-none dropdown-toggle" type="button" id="dropdownProfileMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<button class="relative flex items-center px-3 py-2.5 rounded text-sm text-gray-100 hover:text-gray-400 focus:text-gray-200 text-shadow focus:outline-none dropdown-toggle" type="button" id="dropdownProfileMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Open user menu</span>
<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="text-sm">{{ v.username }}</span>
<div class="flex items-center block mt-1 leading-none text-gray-500">
<span class="font-bold text-sm">{{ v.username }}</span>
<div class="flex items-center block leading-none text-gray-500">
<span class="text-xs pl-1">{{v.coins}} {{'COINS_NAME' | app_config}}</span>
</div>
</div>