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.
1 parent 1f6b162 commit 3da0655Copy full SHA for 3da0655
app/components/event/EventCard.vue
@@ -31,7 +31,9 @@ const props = defineProps({
31
<slot name="description" />
32
</div>
33
<div v-if="registerUrl && registerText" class="register">
34
- <RoundButton :href="registerUrl">{{ registerText }}</RoundButton>
+ <RoundButton :href="registerUrl" target="_blank" rel="noreferrer">
35
+ {{ registerText }}
36
+ </RoundButton>
37
38
39
</template>
0 commit comments