diff --git a/common/navigation-data.js b/common/navigation-data.js
index 2ae95004..ab4eaf1f 100644
--- a/common/navigation-data.js
+++ b/common/navigation-data.js
@@ -72,6 +72,7 @@ export const generate = ({ library = [], slates = [] }) => [
children: constructSlatesTreeForNavigation(slates),
},
constructFilesTreeForNavigation(library),
+ /*
{
id: "V1_NAVIGATION_LOCAL",
decorator: "LOCAL_DATA",
@@ -80,7 +81,6 @@ export const generate = ({ library = [], slates = [] }) => [
children: [],
ignore: false,
},
- /*
{
id: "V1_NAVIGATION_WALLET",
decorator: "WALLET",
@@ -94,8 +94,7 @@ export const generate = ({ library = [], slates = [] }) => [
pageTitle: "Your deal history",
},
],
- },
- */
+ },
{
id: "V1_NAVIGATION_NETWORK",
decorator: "NETWORK",
@@ -103,6 +102,7 @@ export const generate = ({ library = [], slates = [] }) => [
pageTitle: "The Filecoin Network",
children: null,
},
+ */
{
id: "V1_NAVIGATION_API",
decorator: "SETTINGS_DEVELOPER",
diff --git a/components/core/ApplicationControlMenu.js b/components/core/ApplicationControlMenu.js
index 94bc4815..c89d4a1d 100644
--- a/components/core/ApplicationControlMenu.js
+++ b/components/core/ApplicationControlMenu.js
@@ -96,12 +96,12 @@ export default class ApplicationControlMenu extends React.Component {
-
+
);
}
}
diff --git a/components/core/ApplicationNavigation.js b/components/core/ApplicationNavigation.js
index e5ab061b..299ad3eb 100644
--- a/components/core/ApplicationNavigation.js
+++ b/components/core/ApplicationNavigation.js
@@ -57,7 +57,7 @@ const STYLES_NAVIGATION_ITEM = css`
const STYLES_PROFILE = css`
font-family: ${Constants.font.semiBold};
color: ${Constants.system.pitchBlack};
- background-color: ${Constants.system.gray};
+ background-color: ${Constants.system.white};
font-size: 12px;
line-height: 12px;
text-decoration: none;
@@ -69,12 +69,12 @@ const STYLES_PROFILE = css`
align-items: center;
justify-content: flex-start;
transition: 200ms ease all;
-
+/*
:hover {
color: ${Constants.system.white};
background-color: ${Constants.system.brand};
}
-
+*/
@media (max-width: ${Constants.sizes.mobile}px) {
display: none;
}
@@ -279,15 +279,9 @@ export default class ApplicationNavigation extends React.Component {
return (