fix: typo

This commit is contained in:
Vlad Stan 2023-07-13 17:04:37 +03:00
parent f887229de5
commit 3a35532702
3 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@
<q-input outlined v-model="inputPubkey" type="text" label="Banner" class="q-mb-md">
</q-input>
<div class="float-right">
<q-btn flat label="Copy Naddr" color="gray"></q-btn>
<q-btn flat label="Copy Naddr" color="grey"></q-btn>
<q-btn flat label="Update" color="primary"></q-btn>
</div>