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: , }, ];