Skip to content

Commit

Permalink
Fix: centering page title while showcasing explicilty number of corre…
Browse files Browse the repository at this point in the history
…ct answers
  • Loading branch information
danieldanielecki committed Oct 4, 2024
1 parent 7c03952 commit 5ac85c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ next-env.d.ts
**/public/workbox-*.js
**/public/sw.js
**/public/worker-*.js
**/public/sw.js.map
2 changes: 1 addition & 1 deletion app/exam/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Exam: NextPage<{ searchParams: { url: string; name: string } }> = ({
<div>
<div className="px-2 sm:px-10 w-full flex flex-row justify-between items-center">
<p className="text-white font-bold text-sm sm:text-2xl">
ANSWERED: {countAnswered}/{numberOfQuestions}
{countAnswered}/{numberOfQuestions}
</p>
<h1 className="text-white font-bold text-lg sm:text-3xl">
PRACTICE EXAM
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ac85c3

Please sign in to comment.