This commit is contained in:
Georges KABBOUCHI 2021-08-11 15:30:44 +03:00
parent e4bfcb1ad0
commit eae45ac6b0

View File

@ -68,7 +68,16 @@
>
<!-- Selected: "font-semibold", Not Selected: "font-normal" -->
<span class="flex items-center text-primary-blue-dark">
<div class="mr-2">
<span
class="text-white flex-grow-0 flex-shrink-0 bg-primary-blue-dark rounded text-[10px] p-1"
>
v{{ account.version }}
</span>
</div>
#{{ account.id }}
</span>
<span
@ -105,7 +114,11 @@
</div>
</div>
<button class="bg-primary-blue-dark hover:bg-primary-blue-hover shadow text-white p-3 rounded-[6px] h-9 flex items-center justify-center w-40" @click="createAccount" v-else>
<button
class="bg-primary-blue-dark hover:bg-primary-blue-hover shadow text-white p-3 rounded-[6px] h-9 flex items-center justify-center w-40"
@click="createAccount"
v-else
>
Create Account
</button>
</template>