calendar routes
This commit is contained in:
@ -45,6 +45,11 @@ const CandidateSidebar = ({ candidate, position }) => {
|
||||
Выбрать к собеседованию
|
||||
</button>
|
||||
</Link>
|
||||
<Link to={`/${candidate.id}/calendar`}>
|
||||
<button className='candidate-sidebar__select'>
|
||||
Отчёты
|
||||
</button>
|
||||
</Link>
|
||||
<div className='candidate-sidebar__achievements'>
|
||||
{candidate &&
|
||||
candidate.achievements &&
|
||||
|
@ -85,7 +85,7 @@
|
||||
line-height: normal;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.candidate-sidebar__select:hover {
|
||||
|
Reference in New Issue
Block a user