Redesign seat map layout

This commit is contained in:
2024-10-10 14:11:09 +02:00
parent fe2cea5529
commit 58c7282701
14 changed files with 1967 additions and 90 deletions

View File

@@ -81,7 +81,7 @@ getTopEvents(4)
<v-row>
<v-col v-for="i in 8" cols="3">
<card-with-top-image
:image="topLocations[i - 1].image"
:image="topLocations[i - 1].imageOutdoor"
:title="topLocations[i - 1].name"
smaller-title
@click="router.push('/locations/' + topLocations[i - 1].name.replaceAll(' ', '-').toLowerCase())"