mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +08:00
Update sidebar styling and chat always being highlighted. Closes #2651
This commit is contained in:
@ -224,7 +224,7 @@ export const MainLayout: FC<MainLayoutProps> = ({ children }) => {
|
||||
key: 'viewer-info',
|
||||
},
|
||||
!chatDisabled && {
|
||||
label: <Link href="/admin/viewer-info">Chat & Users</Link>,
|
||||
label: <span>Chat & Users</span>,
|
||||
icon: <MessageOutlined />,
|
||||
children: chatMenu,
|
||||
key: 'chat-and-users',
|
||||
|
||||
Reference in New Issue
Block a user