This commit is contained in:
2023-04-10 18:12:36 +03:00
parent 2e13c16c27
commit 2b65b42494
7 changed files with 131 additions and 58 deletions

View File

@@ -104,7 +104,7 @@ const Candidate = () => {
<div className='col-12 candidate__header'>
<div className='candidate__header__left'>
<h3>{currentCandidateObj.specification}{SKILLS[currentCandidateObj.position_id]} {LEVELS[currentCandidateObj.level]}</h3>
<h3>{currentCandidateObj.specification} &nbsp; {SKILLS[currentCandidateObj.position_id]} &nbsp; {LEVELS[currentCandidateObj.level]}</h3>
<div className='candidate__arrow' onClick={() => navigate('/profile/catalog')}>
<div className='candidate__arrow-img'>
<img src={rightArrow} alt=''/>