mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
closes #1
This commit is contained in:
parent
e4bfcb1ad0
commit
eae45ac6b0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user