Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 289ef43

Browse files
PROD-1551 #comment lean-up obsolete
changes to the profile path and label #time 5m
1 parent 9593bcf commit 289ef43

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

src/components/NavBar/styles.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@
1313
background-color: #0C0C0C;
1414
}
1515

16-
.navbar .logo-no-link {
17-
margin-top: -3px;
18-
}
19-
20-
@media (max-width: 1023px) {
21-
.navbar .logo-no-link {
22-
margin-top: 0;
23-
}
24-
}
25-
2616
.navbar-left {
2717
display: flex;
2818
flex-direction: row;

src/components/UserMenu/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const UserMenu = ({ profile, profileUrl }) => {
6969
to={`${profileUrl}`}
7070
onClick={closeMenu}
7171
>
72-
Account
72+
Profile
7373
</Link>
7474
</li>
7575
<li>

src/constants/apps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const APP_CATEGORIES = [
8888
apps: [
8989
{
9090
title: "Profile App",
91-
path: "/account/",
91+
path: "/profile/",
9292
isExact: false,
9393
menu: [],
9494
},

0 commit comments

Comments
 (0)