mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 13:01:46 +08:00
Some admin related appearance tweaks. For working on #1904
This commit is contained in:
@ -217,7 +217,6 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
||||
key: 'viewer-info',
|
||||
},
|
||||
!chatDisabled && {
|
||||
key: 'chat-config',
|
||||
label: <Link href="/admin/viewer-info">Chat & Users</Link>,
|
||||
icon: <MessageOutlined />,
|
||||
children: chatMenu,
|
||||
|
||||
Reference in New Issue
Block a user