From c18703c59631fcdc7039b6bea3330cddee35444f Mon Sep 17 00:00:00 2001 From: sedum Date: Fri, 19 May 2023 18:32:21 +0200 Subject: [PATCH] show-map: fix broken link in event-map-dialog and decrease icons margin --- components/EventMapDialog.vue | 2 +- components/HowToArriveNav.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/EventMapDialog.vue b/components/EventMapDialog.vue index 2cece7d6..6ec2349d 100644 --- a/components/EventMapDialog.vue +++ b/components/EventMapDialog.vue @@ -10,7 +10,7 @@ v-card nuxt-link.ml-2.text-decoration-none(v-text="place.name" :to='`/place/${place.name}`') .mx-2(v-text="`${place.address}`") v-card-actions.py-4 - HowToArriveNav + HowToArriveNav(:place='place') v-spacer v-btn(@click='$emit("close")' outlined) Close diff --git a/components/HowToArriveNav.vue b/components/HowToArriveNav.vue index 37107525..4fcefa35 100644 --- a/components/HowToArriveNav.vue +++ b/components/HowToArriveNav.vue @@ -1,11 +1,11 @@