From 35e6c69612baf900157bb657ea3f793abfe22c24 Mon Sep 17 00:00:00 2001 From: Anderer Zyklus <74911623+azyklus@users.noreply.github.com> Date: Tue, 27 Dec 2022 14:39:16 -0500 Subject: [PATCH] updated 'Help' menu item on admin panel to point to '/admin/help'. (#2516) --- 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 ac7b8689e..2db81b58b 100644 --- a/web/components/MainLayout.tsx +++ b/web/components/MainLayout.tsx @@ -248,7 +248,7 @@ export const MainLayout: FC = ({ children }) => { }, { key: 'help', - label: 'Help', + label: Help, icon: , }, ];