restore tags link
This commit is contained in:
parent
9386cc678f
commit
3932ecf7c0
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,11 @@ function SideNavigation(props: Props) {
|
|||
link: `/$/${PAGES.CHANNELS_FOLLOWING}`,
|
||||
icon: ICONS.SUBSCRIBE,
|
||||
};
|
||||
const TAGS_FROM_FOLLOWING = {
|
||||
title: 'Your Tags',
|
||||
link: `/$/${PAGES.TAGS_FOLLOWING}`,
|
||||
icon: ICONS.TAG,
|
||||
};
|
||||
|
||||
const DISCOVER = {
|
||||
title: 'Discover',
|
||||
|
@ -421,6 +426,7 @@ function SideNavigation(props: Props) {
|
|||
>
|
||||
{getLink(HOME)}
|
||||
{getLink(RECENT_FROM_FOLLOWING)}
|
||||
{getLink(TAGS_FROM_FOLLOWING)}
|
||||
{getLink(DISCOVER)}
|
||||
{getLink(LIBRARY)}
|
||||
{getLink(PLAYLISTS)}
|
||||
|
|
Loading…
Reference in a new issue