diff options
Diffstat (limited to 'garden/src/components/Layout.tsx')
| -rw-r--r-- | garden/src/components/Layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/garden/src/components/Layout.tsx b/garden/src/components/Layout.tsx index b3ac179..23d1b7e 100644 --- a/garden/src/components/Layout.tsx +++ b/garden/src/components/Layout.tsx @@ -118,7 +118,7 @@ export default function Layout(props: LayoutProps) { <ul> <Show when={auth.user()?.role === UserRole.Owner || auth.user()?.role === UserRole.Admin}> <li><A href="/council/announcements">Announcements</A></li> - <li><A href="/council/audit-log">Audit Log</A></li> + <li><A href="/council/auditlog">Audit Log</A></li> <li><A href="/council/bannedips">Banned IPs</A></li> </Show> <li><A href="/council/bazaar">Bazaar</A></li> |
