refactor: Configuration improvement
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m13s

This commit is contained in:
2024-06-17 15:37:45 -04:00
parent 6ec4a1e025
commit a409b0a5c7
2 changed files with 56 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
<q-card
v-for="boat in boats"
:key="boat.id"
class="mobile-card q-ma-sm">
class="q-ma-sm">
<q-card-section>
<q-img
:src="boat.imgSrc"