Merge branch 'main' into quiz

This commit is contained in:
Mikola
2023-12-10 03:17:41 +03:00
82 changed files with 2790 additions and 1266 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>
</>