Skip to content

Commit

Permalink
Open tournament rules in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
floflo0 committed Dec 31, 2023
1 parent 5b09c7c commit c220cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TournamentRegister.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const host = import.meta.env.VITE_WEBSITE_HOST as string;
<FormField v-slot="context" :validations="v$.accept_rules" class="flex flex-col self-center text-3xl">
<div>
<input id="check" v-model="register_form.accept_rules" :class="{ error: context.invalid }" type="checkbox"/>
<label for="check"> J'accepte les <router-link :to="`/tournament/${tournament?.id}?s=rules`" class="text-[#63d1ff]">règles du tournoi</router-link></label>
<label for="check"> J'accepte les <router-link :to="`/tournament/${tournament?.id}?s=rules`" target="_blank" class="text-[#63d1ff]">règles du tournoi</router-link></label>
</div>
</FormField>
</div>
Expand Down

0 comments on commit c220cbf

Please sign in to comment.