From efdce41d536b0b81e3872354415fc3cfc7610723 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 12 Dec 2022 17:25:15 -0800 Subject: [PATCH] Fix sidebar link title --- web/components/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/MainLayout.tsx b/web/components/MainLayout.tsx index 1ce7d6312..7426fab5b 100644 --- a/web/components/MainLayout.tsx +++ b/web/components/MainLayout.tsx @@ -178,7 +178,7 @@ export const MainLayout: FC = ({ children }) => { key: 'config-server-details', }, { - label: Server Setup, + label: Stream Keys, key: 'config-streamkeys', }, {