updated 'Help' menu item on admin panel to point to '/admin/help'. (#2516)
This commit is contained in:
@@ -248,7 +248,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
||||
},
|
||||
{
|
||||
key: 'help',
|
||||
label: 'Help',
|
||||
label: <Link href="/admin/help">Help</Link>,
|
||||
icon: <QuestionCircleOutlined />,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user