Skip to content

Commit 5ac85c3

Browse files
Fix: centering page title while showcasing explicilty number of correct answers
1 parent 7c03952 commit 5ac85c3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ next-env.d.ts
4545
**/public/workbox-*.js
4646
**/public/sw.js
4747
**/public/worker-*.js
48+
**/public/sw.js.map

app/exam/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const Exam: NextPage<{ searchParams: { url: string; name: string } }> = ({
9797
<div>
9898
<div className="px-2 sm:px-10 w-full flex flex-row justify-between items-center">
9999
<p className="text-white font-bold text-sm sm:text-2xl">
100-
ANSWERED: {countAnswered}/{numberOfQuestions}
100+
{countAnswered}/{numberOfQuestions}
101101
</p>
102102
<h1 className="text-white font-bold text-lg sm:text-3xl">
103103
PRACTICE EXAM

public/sw.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)