forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-25 15:32:43 -06:00
parent a198ae1311
commit fdda0214c5
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@
</div>
<ul class="ml-auto flex space-x-2 text-sm">
<li>
<strong class="text-gray-400">Total sales:</strong> {{sales}}
<strong class="text-gray-500">Total sales:</strong> {{sales}}
</li>
<li>
<strong class="text-gray-400">Spent by you:</strong> {{v.coins_spent}}
<strong class="text-gray-500">Spent by you:</strong> {{v.coins_spent}}
</li>
</ul>
</div>