We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7684762 commit 0ccefaaCopy full SHA for 0ccefaa
2 files changed
frontend/components/AppSidebar.tsx
@@ -52,15 +52,6 @@ const NAV_ITEMS: NavItem[] = [
52
</svg>
53
),
54
},
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
- },
64
];
65
66
const itemBase: React.CSSProperties = {
frontend/pages/HubPage.tsx
@@ -210,7 +210,6 @@ const HubPage: React.FC = () => {
210
{[
211
{ label: 'Home', href: '/hub', active: true },
212
{ label: 'Analytics', href: '/analytics', active: false },
213
- { label: 'Audit Log', href: '/audit', active: false },
214
].map((item) => (
215
<Link
216
key={item.href}
0 commit comments