feat: show currency value on the key art.

This commit is contained in:
John McCardle 2022-01-08 22:28:19 -05:00
parent 65db9af436
commit af96580125
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@
<span
class="spare-time flex flex-row items-center font-bold rounded-2xl"
>
<span class="text-3xl md:text-5xl">100 </span>
<span class="text-3xl md:text-5xl"
>{{ $store.state.currency }}
</span>
<span
class="fas fa-hourglass-half text-xl pt-1 pl-2 md:text-3xl md:pt-2"
></span>