diff --git a/packages/web-console/src/scenes/Editor/Menu/index.tsx b/packages/web-console/src/scenes/Editor/Menu/index.tsx index 1f5ebd107..c71fc8473 100644 --- a/packages/web-console/src/scenes/Editor/Menu/index.tsx +++ b/packages/web-console/src/scenes/Editor/Menu/index.tsx @@ -32,6 +32,7 @@ import { Chat3, Close as _CloseIcon, Command, + Notification2, Play, Stop, } from "styled-icons/remix-line" @@ -41,6 +42,7 @@ import { Slack } from "styled-icons/boxicons-logos" import { ErrorButton, + IconWithTooltip, Input, Link, PaneMenu, @@ -331,6 +333,18 @@ const Menu = () => { title="Search..." /> + dispatch(actions.console.setActivePanel("news"))} + > + + + } + placement="bottom" + tooltip="QuestDB News" + /> + {sm && (