New locationDetailPage displays concert in a location, new datasets, images, URL path changed

This commit is contained in:
2024-09-29 21:42:20 +02:00
parent 04678f9913
commit 142d574f78
39 changed files with 493 additions and 515 deletions

View File

@@ -51,9 +51,9 @@ const router = useRouter()
append-icon="mdi-arrow-right"
class="mt-2"
color="primary"
@click="router.push('shows/band/red-hot-chili-peppers')"
@click="router.push('bands/' + band.name.replaceAll(' ', '-').toLowerCase())"
>
{{ $t('shows.tickets', 2) }}
{{ $t('tickets', 2) }}
</outlined-button>
</v-card-text>
</v-card>