Skip to content

Commit

Permalink
change warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maelys-buhler committed Apr 21, 2024
1 parent e16ec82 commit d57263f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/QuizView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ onMounted(() => {

<template>
<section class="container">
<p v-if="disclaimer" class="disclaimer">Please be aware that this category is not moderated.
Answers to questions provided here may be inaccurate or misleading !</p>
<p v-if="disclaimer" class="disclaimer">Please be aware that this category contains question added by the users, and is not moderated. <br>
The questions and answers provided here may be inaccurate, misleading, offensive or not adapted for younger users.</p>
<p class="info">Answer correctly to the question and earn as many IQs as possible!</p>
</section>
<section class="quiz container col-wrapper">
Expand Down

0 comments on commit d57263f

Please sign in to comment.