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

feat: coming soon feature

parent 53440f1e
Branches
1 merge request!56style: fix css in profile
......@@ -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' },
......
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