From 39d2b7db3268e0f23ba70a9820a5916489beb71a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9ophile=20HUSS?= <theophile.huss@etu.unistra.fr>
Date: Fri, 6 Dec 2024 15:14:21 +0100
Subject: [PATCH] feat: coming soon feature

---
 src/app/modules/profile/profile-info/profile-info.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/modules/profile/profile-info/profile-info.component.ts b/src/app/modules/profile/profile-info/profile-info.component.ts
index c721207..f534187 100644
--- a/src/app/modules/profile/profile-info/profile-info.component.ts
+++ b/src/app/modules/profile/profile-info/profile-info.component.ts
@@ -15,7 +15,7 @@ export class ProfileInfoComponent implements OnInit {
 
     ngOnInit(): void {
         this.quizList = [
-            { title: 'Quiz 1', content: 'Quiz 1 Content' },
+            { title: 'Comming soon', content: 'You will soon be able to create your quizzes' },
             { title: 'Quiz 2', content: 'Quiz 2 Content' },
             { title: 'Quiz 3', content: 'Quiz 3 Content' },
             { title: 'Quiz 4', content: 'Quiz 4 Content' },
-- 
GitLab