From 8f19d3eb883d7acb1ad588c081f0b1635cc6ac1d Mon Sep 17 00:00:00 2001 From: Akash Date: Sat, 4 May 2024 23:50:27 +0530 Subject: [PATCH] Closes #8 Updated quiz page UI Signed-off-by: Akash --- app/page.tsx | 2 +- app/{student => quizzes}/page.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename app/{student => quizzes}/page.tsx (92%) diff --git a/app/page.tsx b/app/page.tsx index d62082a..d7024dc 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -18,7 +18,7 @@ export default function Home() { {/* Student Card */} - +
{/* Font Awesome icon */}

Student Dashboard

diff --git a/app/student/page.tsx b/app/quizzes/page.tsx similarity index 92% rename from app/student/page.tsx rename to app/quizzes/page.tsx index e6490e6..fa82c41 100644 --- a/app/student/page.tsx +++ b/app/quizzes/page.tsx @@ -69,7 +69,7 @@ const StudentPage = () => { return (
{/* Quiz Cards Section */} -
+

Join the quiz challenge and unlock your potential!

{quizzes.map((quiz: any) => { @@ -84,7 +84,7 @@ const StudentPage = () => { return (
{isQuizAttempted ? (