From 9a95c9f64db2b622ee4f230e9b05210defada623 Mon Sep 17 00:00:00 2001 From: infinite-persistence <64950861+infinite-persistence@users.noreply.github.com> Date: Tue, 22 Feb 2022 04:07:48 -0800 Subject: [PATCH] Add "Sync YT Channel" to sidebar (#933) Closes 915 --- ui/component/sideNavigation/view.jsx | 6 ++++++ 1 file changed, 6 insertions(+) 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}`,