feat: implement settings API for toggling forum and bug reporting features
This commit is contained in:
@@ -8,7 +8,7 @@ const INTRANET_LINKS = [
|
||||
{ to: '/intranet/feed', label: 'Team Feed', icon: '[~]', end: false },
|
||||
{ to: '/intranet/events', label: 'Events', icon: '[E]', end: false },
|
||||
{ to: '/intranet/users', label: 'Users', icon: '[U]', end: false },
|
||||
{ to: '/intranet/moderation', label: 'Moderation', icon: '[M]', end: false },
|
||||
{ to: '/intranet/moderation', label: 'Forum Mod', icon: '[M]', end: false },
|
||||
{ to: '/intranet/services', label: 'Services', icon: '[S]', end: false },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user