Fix sidebar link title

This commit is contained in:
Gabe Kangas
2022-12-12 17:25:15 -08:00
parent 503b010342
commit efdce41d53

View File

@@ -178,7 +178,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
key: 'config-server-details', key: 'config-server-details',
}, },
{ {
label: <Link href="/admin/config/streamkeys/">Server Setup</Link>, label: <Link href="/admin/config/streamkeys/">Stream Keys</Link>,
key: 'config-streamkeys', key: 'config-streamkeys',
}, },
{ {