This commit is contained in:
ben
2023-01-03 20:54:38 +00:00
parent f998681dc0
commit dc2689f2c1

View File

@@ -91,7 +91,7 @@
<q-separator></q-separator> <q-separator></q-separator>
<q-card-actions> <q-card-actions>
<span>{{ item.stallName }}</span> <span>Stall: {{ item.stallName }}</span>
<q-btn <q-btn
flat flat
class="text-weight-bold text-capitalize q-ml-auto" class="text-weight-bold text-capitalize q-ml-auto"
@@ -101,7 +101,7 @@
:href="'/shop/stalls/' + item.stall" :href="'/shop/stalls/' + item.stall"
target="_blank" target="_blank"
> >
Visit shop Visit Stall
</q-btn> </q-btn>
</q-card-actions> </q-card-actions>
{% endraw %} {% endraw %}