Skip to content

Commit

Permalink
fix(dashboard): update button label from "Create a Quiz" to "Create a…
Browse files Browse the repository at this point in the history
… Question"
  • Loading branch information
yunho7687 committed Feb 26, 2025
1 parent abd45c4 commit 6235bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/dashboard/question/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Index() {
/>
{/* Button to navigate to the create quiz page */}
<Button asChild className="mr-6">
<Link href={`${router.pathname}/create`}>Create a Quiz</Link>
<Link href={`${router.pathname}/create`}>Create a Question</Link>
</Button>
</div>

Expand Down

0 comments on commit 6235bba

Please sign in to comment.