diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index f5afafb13..18fee57f8 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -165,14 +165,6 @@ const Header = (props: Props) => { {__('Channels')} - - {/* @if TARGET='app' */} - history.push(`/$/${PAGES.LIBRARY}`)}> - - {__('Library')} - - {/* @endif */} - history.push(`/$/${PAGES.REWARDS}`)}> {__('Rewards')} diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index eb2709238..a337a5fe5 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -112,6 +112,11 @@ function SideNavigation(props: Props) { { ...buildLink(PAGES.DISCOVER, __('All Content'), ICONS.DISCOVER), }, + // @if TARGET='app' + { + ...buildLink(PAGES.LIBRARY, __('Library'), ICONS.LIBRARY), + }, + // @endif ].map(linkProps => (