parent
c1fed3f4df
commit
9a95c9f64d
1 changed files with 6 additions and 0 deletions
|
@ -157,6 +157,12 @@ function SideNavigation(props: Props) {
|
||||||
icon: ICONS.CHANNEL,
|
icon: ICONS.CHANNEL,
|
||||||
hideForUnauth: true,
|
hideForUnauth: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Sync YouTube Channel',
|
||||||
|
link: `/$/${PAGES.YOUTUBE_SYNC}`,
|
||||||
|
icon: ICONS.YOUTUBE,
|
||||||
|
hideForUnauth: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Uploads',
|
title: 'Uploads',
|
||||||
link: `/$/${PAGES.UPLOADS}`,
|
link: `/$/${PAGES.UPLOADS}`,
|
||||||
|
|
Loading…
Reference in a new issue