Updates to the admin to reflect new stream keys and admin password split

This commit is contained in:
Gabe Kangas
2022-11-28 20:22:26 -08:00
parent c4dc802941
commit d503c8a2e0
8 changed files with 205 additions and 17 deletions

View File

@@ -173,6 +173,10 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
label: <Link href="/admin/config-server-details">Server Setup</Link>,
key: 'config-server-details',
},
{
label: <Link href="/admin/config/streamkeys/">Server Setup</Link>,
key: 'config-streamkeys',
},
{
label: <Link href="/admin/config-video">Video</Link>,
key: 'config-video',