fix: correct title in README and update question display logic in DetailsCard

This commit is contained in:
Dan Dobos
2025-06-25 10:37:03 +02:00
parent b586793fa0
commit fb8afcafa8
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const DetailsCard: React.FC<Props> = ({
<div className="details">
<div>Difficulty: {Capitalize(difficulty)}</div>
<div>
Question: {!gameOver && questionNumber + 1+'\/'}{totalQuestions}
Question: {!gameOver && questionNumber + 1}{totalQuestions}
</div>
<div>Score: {score}</div>
{category && (