Skip to content
Snippets Groups Projects
Commit 1607e317 authored by Théophile HUSS's avatar Théophile HUSS
Browse files

fix: Remove merge comment

parent 8ca3c617
Branches
1 merge request!46Feature/45 quick game
Pipeline #303414 passed with stages
in 58 seconds
<<<<<<< src/app/modules/home/form-quiz/form-start-quiz/form-start-quiz.component.html
<div class="container">
<p class="title">Join a quiz</p>
<form [formGroup]="formGroup">
......@@ -9,7 +8,7 @@
<div class="quiz-info">
<div class="quiz-title">
<p class="quiz-info-title">Quiz information</p>
<hr>
<hr />
</div>
<div class="quiz-info-content">
<p class="quiz-info-content-value">{{ quiz.category }}</p>
......@@ -27,4 +26,4 @@
<div class="new-quiz">
<button class="blueButton" (click)="playQuiz()">Go !</button>
</div>
</div>
\ No newline at end of file
</div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment