Fix sidebar link title

This commit is contained in:
Gabe Kangas 2022-12-12 17:25:15 -08:00
parent 503b010342
commit efdce41d53
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -178,7 +178,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
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',
},
{