Browse Source

Fix sidebar link title

pull/2438/head
Gabe Kangas 3 years ago
parent
commit
efdce41d53
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/MainLayout.tsx

2
web/components/MainLayout.tsx

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

Loading…
Cancel
Save