Skip to content

Commit 3da0655

Browse files
committed
fix
1 parent 1f6b162 commit 3da0655

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/components/event/EventCard.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ const props = defineProps({
3131
<slot name="description" />
3232
</div>
3333
<div v-if="registerUrl && registerText" class="register">
34-
<RoundButton :href="registerUrl">{{ registerText }}</RoundButton>
34+
<RoundButton :href="registerUrl" target="_blank" rel="noreferrer">
35+
{{ registerText }}
36+
</RoundButton>
3537
</div>
3638
</div>
3739
</template>

0 commit comments

Comments
 (0)