We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d32fc7 + a85365d commit e33c11cCopy full SHA for e33c11c
src/frontend/src/components/EventDetails.vue
@@ -12,7 +12,7 @@ import EditCarButton from './EditCarButton.vue';
12
<div>
13
<h3 class="card-title">{{ event?.name }}</h3>
14
<h5 class="card-text">
15
- <a v-bind:href="'https://maps.google.com/?q=' + event?.location"
+ <a target="_blank" v-bind:href="'https://maps.google.com/?q=' + event?.location"
16
><IconPin /> {{ event?.location }}</a
17
>
18
</h5>
0 commit comments