diff --git a/web/pages/chat.tsx b/web/pages/chat.tsx index 6f5cfaff0..f82eb9ef9 100644 --- a/web/pages/chat.tsx +++ b/web/pages/chat.tsx @@ -181,6 +181,7 @@ export default function Chat() { return (
Chat Messages +

Manage the messages from viewers that show up on your stream.

Check multiple messages to change their visibility to: diff --git a/web/pages/components/main-layout.tsx b/web/pages/components/main-layout.tsx index eea871a0a..cd031be3c 100644 --- a/web/pages/components/main-layout.tsx +++ b/web/pages/components/main-layout.tsx @@ -13,6 +13,7 @@ import { ToolOutlined, PlayCircleFilled, MinusSquareFilled, + MessageOutlined, } from '@ant-design/icons'; import classNames from 'classnames'; import { upgradeVersionAvailable } from "../../utils/apis"; @@ -107,6 +108,14 @@ export default function MainLayout(props) { Viewers + } + title="Chat utilities" + > + Chat + + } title="Utilities" > - - Chat Moderation - Hardware