fix: typo
This commit is contained in:
parent
f887229de5
commit
3a35532702
3 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
<q-card-actions align="right">
|
||||
<div v-if="orderConfirmed">
|
||||
<q-btn @click="orderConfirmed = false" flat color="gray">
|
||||
<q-btn @click="orderConfirmed = false" flat color="grey">
|
||||
Back
|
||||
</q-btn>
|
||||
<q-btn @click="placeOrder()" flat color="primary">
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
</q-btn>
|
||||
</div>
|
||||
<div v-else>
|
||||
<q-btn @click="goToShoppingCart" flat color="gray">
|
||||
<q-btn @click="goToShoppingCart" flat color="grey">
|
||||
Back
|
||||
</q-btn>
|
||||
<q-btn @click="confirmOrder" flat color="primary">
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<div class="col">
|
||||
<q-btn
|
||||
unelevated
|
||||
color="gray"
|
||||
color="grey"
|
||||
outline
|
||||
@click="showKeys = false"
|
||||
class="float-left"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue