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

PROD-1551 Hide Header for Customer Work App -> dev #113

Merged
merged 5 commits into from
May 6, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
PROD-1551 #comment lean-up obsolete
changes to the profile path and label #time 5m
  • Loading branch information
brooketopcoder committed May 6, 2022
commit 289ef430db6579ced71ecd2618148da1de158deb
10 changes: 0 additions & 10 deletions src/components/NavBar/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@
background-color: #0C0C0C;
}

.navbar .logo-no-link {
margin-top: -3px;
}

@media (max-width: 1023px) {
.navbar .logo-no-link {
margin-top: 0;
}
}

.navbar-left {
display: flex;
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion src/components/UserMenu/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const UserMenu = ({ profile, profileUrl }) => {
to={`${profileUrl}`}
onClick={closeMenu}
>
Account
Profile
</Link>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const APP_CATEGORIES = [
apps: [
{
title: "Profile App",
path: "/account/",
path: "/profile/",
isExact: false,
menu: [],
},
Expand Down