reports adaptive

This commit is contained in:
Victor Batischev
2023-12-04 21:08:15 +03:00
parent 4e15f79c76
commit 7f0e5be087
5 changed files with 28 additions and 22 deletions

View File

@ -47,7 +47,7 @@ export const Instruction = () => {
<img src={comment} alt="" />
</div>
<div className="instruction__text instruction__text_info">
Количество вопросов в тесте: <span>{countQuestions}</span>
Вопросов в тесте: <span>{countQuestions}</span>
</div>
</div>
</>