@@ -9,6 +9,7 @@ import {
|
||||
IconInboxEmpty,
|
||||
IconPageTextLine,
|
||||
IconSettingsGear2,
|
||||
IconCheckmark1,
|
||||
IconStore,
|
||||
IconTodo,
|
||||
IconListStack,
|
||||
@@ -131,6 +132,11 @@ export function MainLayout() {
|
||||
icon={IconListStack}
|
||||
to={`${prefix}/data`}
|
||||
/>
|
||||
<SidebarItem
|
||||
label={__("Audits")}
|
||||
icon={IconCheckmark1}
|
||||
to={`${prefix}/audits`}
|
||||
/>
|
||||
<SidebarItem
|
||||
label={__("Settings")}
|
||||
icon={IconSettingsGear2}
|
||||
|
||||
Reference in New Issue
Block a user