From 7dbaa39f002805cdf7d68ccaca495be5099741f0 Mon Sep 17 00:00:00 2001 From: Maciej Bodek Date: Tue, 19 Sep 2023 12:50:45 +0200 Subject: [PATCH] News link icon --- .../web-console/src/scenes/Editor/Menu/index.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 && (