fix errors, change logo

This commit is contained in:
Victor Batischev
2023-12-04 18:00:12 +03:00
parent 856076a47e
commit 887656da3b
25 changed files with 183 additions and 826 deletions

View File

@@ -98,7 +98,7 @@ const Description = ({ onLoadMore }) => {
<div className="description__footer">
<div className="description__footer-btn">
{candidatesListArr && (
<button onClick={() => onLoadMore(2)}>Загрузить еще</button>
<button onClick={() => onLoadMore(2)}>Загрузить ещё</button>
)}
</div>
</div>