Skip to content

Commit

Permalink
button text shortened
Browse files Browse the repository at this point in the history
  • Loading branch information
hasith committed Oct 10, 2023
1 parent 840caa7 commit 2c6e65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/quizcomponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function Quiz() {
disabled={isNextButtonDisabled}
>
{currentQuestion === quizData.Questions.length - 1
? "Calculate Results"
? "Results"
: "Next"}
</button>
</div>
Expand Down

0 comments on commit 2c6e65d

Please sign in to comment.