fix: typo
This commit is contained in:
parent
f887229de5
commit
3a35532702
3 changed files with 4 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue