Skip to content

Commit 0ccefaa

Browse files
committed
feat: remove 'Audit Log' from AppSidebar and HubPage navigation
1 parent 7684762 commit 0ccefaa

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

frontend/components/AppSidebar.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ const NAV_ITEMS: NavItem[] = [
5252
</svg>
5353
),
5454
},
55-
{
56-
label: 'Audit Log',
57-
href: '/audit',
58-
icon: (
59-
<svg width="14" height="14" viewBox="0 0 16 16" fill="none" stroke="currentColor" strokeWidth="1.4">
60-
<path d="M3 2h7l3 3v9H3zM6 7h5M6 9h5M6 11h3"/>
61-
</svg>
62-
),
63-
},
6455
];
6556

6657
const itemBase: React.CSSProperties = {

frontend/pages/HubPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ const HubPage: React.FC = () => {
210210
{[
211211
{ label: 'Home', href: '/hub', active: true },
212212
{ label: 'Analytics', href: '/analytics', active: false },
213-
{ label: 'Audit Log', href: '/audit', active: false },
214213
].map((item) => (
215214
<Link
216215
key={item.href}

0 commit comments

Comments
 (0)