From ac7c886c8b37ecc5c4dd8280cf1524405f6f3ca2 Mon Sep 17 00:00:00 2001 From: Yunho Ding <75521446+yunho7687@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:47:25 +0800 Subject: [PATCH] Update button label from "Create a Quiz" to "Create a Question" (#152) * fix(dashboard): update button label from "Create a Quiz" to "Create a Question" * fix(dashboard): update comment to reflect navigation to create question page --- client/src/pages/dashboard/question/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/dashboard/question/index.tsx b/client/src/pages/dashboard/question/index.tsx index 891b1f8..ec1731d 100644 --- a/client/src/pages/dashboard/question/index.tsx +++ b/client/src/pages/dashboard/question/index.tsx @@ -95,9 +95,9 @@ function Index() { setAndPush({ search: newSearch, page: 1 }); }} /> - {/* Button to navigate to the create quiz page */} + {/* Button to navigate to the create question page */}