Name fix
This commit is contained in:
parent
f998681dc0
commit
dc2689f2c1
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@
|
|||
<q-separator></q-separator>
|
||||
|
||||
<q-card-actions>
|
||||
<span>{{ item.stallName }}</span>
|
||||
<span>Stall: {{ item.stallName }}</span>
|
||||
<q-btn
|
||||
flat
|
||||
class="text-weight-bold text-capitalize q-ml-auto"
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
:href="'/shop/stalls/' + item.stall"
|
||||
target="_blank"
|
||||
>
|
||||
Visit shop
|
||||
Visit Stall
|
||||
</q-btn>
|
||||
</q-card-actions>
|
||||
{% endraw %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue