updated 'Help' menu item on admin panel to point to '/admin/help'. (#2516)

This commit is contained in:
Anderer Zyklus
2022-12-27 14:39:16 -05:00
committed by GitHub
parent 8f5914bfc8
commit 35e6c69612

View File

@@ -248,7 +248,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
}, },
{ {
key: 'help', key: 'help',
label: 'Help', label: <Link href="/admin/help">Help</Link>,
icon: <QuestionCircleOutlined />, icon: <QuestionCircleOutlined />,
}, },
]; ];