Skip to content

Commit

Permalink
Merge pull request #5 from ikopke23/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Qelxiros authored Oct 29, 2024
2 parents 0d32fc7 + a85365d commit e33c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/EventDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import EditCarButton from './EditCarButton.vue';
<div>
<h3 class="card-title">{{ event?.name }}</h3>
<h5 class="card-text">
<a v-bind:href="'https://maps.google.com/?q=' + event?.location"
<a target="_blank" v-bind:href="'https://maps.google.com/?q=' + event?.location"
><IconPin /> {{ event?.location }}</a
>
</h5>
Expand Down

0 comments on commit e33c11c

Please sign in to comment.