Skip to content

Commit

Permalink
Personal Account routes changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaNovak committed Nov 7, 2024
1 parent d17200e commit c76508b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/css/PersonalAccount.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
justify-content: space-between;
align-items: center;
padding: 16px 20px;
border: 3px solid #d0c7f6;
border: 3px solid #6a5acd;
border-radius: 15px;
color: black;
text-decoration: none;
Expand Down
6 changes: 3 additions & 3 deletions client/src/pages/PersonalAccountPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default function PersonalAccount() {
<span className="logo-text">Ячейка.ру</span>
</div>
<nav className="header-nav">
<Link to="/account">Личный кабинет</Link>
<Link to="/personalAccount">Личный кабинет</Link>
<span className="divider">|</span>
<Link to="/contacts">Контакты</Link>
<Link to="/help">Контакты</Link>
</nav>
</header>

Expand All @@ -28,7 +28,7 @@ export default function PersonalAccount() {
<li><Link to="/myCells">Мои ячейки</Link></li>
<li><Link to="/rentCell">Арендовать ячейку</Link></li>
<li><Link to="/help">Служба поддержки</Link></li>
<li><Link to="/logout">Выход</Link></li>
<li><Link to="/">Выход</Link></li>
</ul>
</main>

Expand Down

0 comments on commit c76508b

Please sign in to comment.