fix nav link
This commit is contained in:
parent
07574e98a6
commit
deac5ec94d
@ -25,7 +25,7 @@ export const AuthHeader = () => {
|
||||
</NavLink>
|
||||
</li>
|
||||
<li>
|
||||
<NavLink to={"/auth"}>Кабинет разработчика</NavLink>
|
||||
<NavLink to={"/profile"}>Кабинет разработчика</NavLink>
|
||||
</li>
|
||||
<li>
|
||||
<NavLink to={"/tracker-intro"}>Трекер</NavLink>
|
||||
|
@ -25,6 +25,7 @@
|
||||
background: #ffffff;
|
||||
|
||||
.auth-nav {
|
||||
height: 35px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@ -48,11 +49,13 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus, a.active {
|
||||
a:focus,
|
||||
a.active {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.candidate {
|
||||
background: transparent;
|
||||
color: #1458dd;
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ export const SideBar = () => {
|
||||
<Link to={"/auth"}>Вход для партнеров</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link to={"/auth"}>Кабинет разработчика</Link>
|
||||
<Link to={"/profile"}>Кабинет разработчика</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link to={"/tracker-intro"}>Трекер</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user