fixes styles and routes

This commit is contained in:
2023-01-16 20:38:33 +03:00
parent f75510b20c
commit 50ab182135
9 changed files with 343 additions and 440 deletions

View File

@ -79,7 +79,7 @@ const ReportForm = () => {
<h2 className='summary__title'>Ваши отчеты - <span>добавить отчет</span></h2>
<div>
<div className='report__head'>
<Link className='calendar__back' to={`/profile/profilecalendar`}>
<Link className='calendar__back' to={`/profile/calendar`}>
<img src={arrow} alt=''/><p>Вернуться</p>
</Link>
</div>