diff --git a/components/Map.vue b/components/Map.vue index 9846c9cc..0bad64d9 100644 --- a/components/Map.vue +++ b/components/Map.vue @@ -15,7 +15,7 @@ client-only(placeholder='Loading...' ) :lat-lng="item.coordinates") LPopup(:content="item.address") - v-row.my-4.d-flex.flex-column.align-center + v-row.my-4.d-flex.flex-column.align-center.text-center .text-h6 v-icon(v-text='mdiMapMarker' ) nuxt-link.ml-2.p-name.text-decoration-none(v-text="event.place.name" :to='`/place/${event.place.name}`') diff --git a/components/WhereInput.vue b/components/WhereInput.vue index fa9ec92d..ff617924 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -1,5 +1,5 @@ -