Add "Sync YT Channel" to sidebar (#933)

Closes 915
This commit is contained in:
infinite-persistence 2022-02-22 04:07:48 -08:00 committed by GitHub
parent c1fed3f4df
commit 9a95c9f64d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}`,