Skip to content
Snippets Groups Projects
Commit b181536e authored by HUSS THEOPHILE's avatar HUSS THEOPHILE
Browse files

fix: hide My Quizzes button on home page

parent 8c89a2ab
1 merge request!56style: fix css in profile
Pipeline #304094 passed with stages
in 33 seconds
......@@ -4,11 +4,11 @@
<div class="navigation-button">
<button (click)="quickGame()">Quick game</button>
<button (click)="playQuiz()">Play a quiz</button>
<button (click)="myQuiz()">My quizzes</button>
<button (click)="myQuiz()" *ngIf="false">My quizzes</button>
</div>
</div>
<div class="right-side">
<app-form-play-quiz *ngIf="showPlayQuiz"></app-form-play-quiz>
<app-my-quiz *ngIf="showMyQuiz"></app-my-quiz>
</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