diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index d1cddf4fe..53cd312ea 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -157,6 +157,12 @@ function SideNavigation(props: Props) { icon: ICONS.CHANNEL, hideForUnauth: true, }, + { + title: 'Sync YouTube Channel', + link: `/$/${PAGES.YOUTUBE_SYNC}`, + icon: ICONS.YOUTUBE, + hideForUnauth: true, + }, { title: 'Uploads', link: `/$/${PAGES.UPLOADS}`,