diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index fe982e298..33ed7781b 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -348,12 +348,6 @@ export const icons = { ), - [ICONS.NEW]: buildIcon( - - - - - ), [ICONS.INVITE]: buildIcon( diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index bc7f7a2c6..d0ebb1d35 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -137,15 +137,27 @@ const Header = (props: Props) => { className="header__navigation-item menu__title header__navigation-item--balance" label={getWalletTitle()} /> + + + + + + history.push(`/$/${PAGES.SETTINGS}`)}> + + {__('New Publish')} + + history.push(`/$/${PAGES.HELP}`)}> + + {__('New Channel')} + + + + - history.push(`/$/${PAGES.PUBLISH}`)}> - - {__('New Publish')} - history.push(`/$/${PAGES.PUBLISHED}`)}> {__('Publishes')} @@ -167,10 +179,11 @@ const Header = (props: Props) => { {__('Rewards')} - history.push(`/$/${PAGES.INVITE}`)}> + {/* Commented out until new invite system is implemented */} + {/* history.push(`/$/${PAGES.INVITE}`)}> {__('Invite A Friend')} - + */} {authenticated ? ( diff --git a/ui/constants/icons.js b/ui/constants/icons.js index 373df871e..75345514c 100644 --- a/ui/constants/icons.js +++ b/ui/constants/icons.js @@ -80,4 +80,3 @@ export const SIGN_OUT = 'SignOut'; export const SIGN_IN = 'SignIn'; export const TRENDING = 'Trending'; export const TOP = 'Top'; -export const NEW = 'New';