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 outlined v-model="inputPubkey" type="text" label="Banner" class="q-mb-md">
|
||||||
</q-input>
|
</q-input>
|
||||||
<div class="float-right">
|
<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>
|
<q-btn flat label="Update" color="primary"></q-btn>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
<q-card-actions align="right">
|
<q-card-actions align="right">
|
||||||
<div v-if="orderConfirmed">
|
<div v-if="orderConfirmed">
|
||||||
<q-btn @click="orderConfirmed = false" flat color="gray">
|
<q-btn @click="orderConfirmed = false" flat color="grey">
|
||||||
Back
|
Back
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-btn @click="placeOrder()" flat color="primary">
|
<q-btn @click="placeOrder()" flat color="primary">
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<q-btn @click="goToShoppingCart" flat color="gray">
|
<q-btn @click="goToShoppingCart" flat color="grey">
|
||||||
Back
|
Back
|
||||||
</q-btn>
|
</q-btn>
|
||||||
<q-btn @click="confirmOrder" flat color="primary">
|
<q-btn @click="confirmOrder" flat color="primary">
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<q-btn
|
<q-btn
|
||||||
unelevated
|
unelevated
|
||||||
color="gray"
|
color="grey"
|
||||||
outline
|
outline
|
||||||
@click="showKeys = false"
|
@click="showKeys = false"
|
||||||
class="float-left"
|
class="float-left"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue