From b7c31face60289b7bacb71474bcb58fd2b1e7bce Mon Sep 17 00:00:00 2001 From: MEKHININI ELIES <elies.mekhinini@etu.unistra.fr> Date: Fri, 6 Dec 2024 13:18:59 +0000 Subject: [PATCH] Update home-page.component.html --- src/app/modules/home/home-page/home-page.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/modules/home/home-page/home-page.component.html b/src/app/modules/home/home-page/home-page.component.html index e9048ef..7071818 100644 --- a/src/app/modules/home/home-page/home-page.component.html +++ b/src/app/modules/home/home-page/home-page.component.html @@ -2,9 +2,9 @@ <div class="left-side"> <img src="LogoApp.png" class="logo" /> <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)="quickGame()">Quick game :)</button> + <button (click)="playQuiz()">Play a quiz :)</button> + <button (click)="myQuiz()">My quizzes :(</button> </div> </div> <div class="right-side"> -- GitLab