fix report bug

This commit is contained in:
Victor Batischev 2023-12-20 19:55:37 +03:00
parent 74009f60d6
commit 442cbeca41
5 changed files with 6 additions and 10 deletions

View File

@ -130,17 +130,13 @@
margin: 0 auto;
width: 125px;
height: 42px;
padding: 0 5px;
padding: 0px;
box-shadow: 0 0 59px rgba(44, 44, 44, 0.05);
border-radius: 5px;
border: 1px solid #c4c4c4;
background-color: #ffffff;
margin-top: 20px;
font-size: 1.2em;
font-weight: 100;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: center;
a {

View File

@ -83,7 +83,7 @@ export const ShortReport = () => {
Ваши отчеты - <span>просмотр отчета за день</span>
</h2>
<Link to={`../view/${dateCreate}`}>
Посмотреть подробнее об отчете
Посмотреть подробный отчет
</Link>
</div>

View File

@ -122,7 +122,7 @@ export const PassingTests = () => {
)}
{!startTest && (
<div className="passing-tests-page__block-text block-text">
ИЛИ <Link to={""}>выполните тестове задание</Link> , без
ИЛИ <Link to={""}>выполните тестовое задание</Link>, без
прохождения тестов
</div>
)}

View File

@ -145,7 +145,7 @@ export const QuizPage = () => {
)}
</div>
<div className="block-text">
ИЛИ <Link to={""}>выполните тестове задание</Link> , без
ИЛИ <Link to={""}>выполните тестовое задание</Link>, без
прохождения тестов
</div>
</>