From f2bca97057fe51e69fb2ada1e1360767d798b531 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:19:58 +0200 Subject: [PATCH] chore(tools-menu): remove "New" indicator (#11794) --- client/src/ui/molecules/tools-menu/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/client/src/ui/molecules/tools-menu/index.tsx b/client/src/ui/molecules/tools-menu/index.tsx index 67bf16d06219..ce1a83b316e2 100644 --- a/client/src/ui/molecules/tools-menu/index.tsx +++ b/client/src/ui/molecules/tools-menu/index.tsx @@ -9,11 +9,7 @@ export const ToolsMenu = ({ visibleSubMenuId, toggleMenu }) => { const menu = { id: "tools", - label: ( - <> - Tools New - - ), + label: "Tools", items: [ { description: "Write, test and share your code", @@ -28,7 +24,6 @@ export const ToolsMenu = ({ visibleSubMenuId, toggleMenu }) => { iconClasses: "submenu-icon", label: OBSERVATORY_TITLE, url: `/en-US/observatory`, - dot: "New", }, { description: "Get real-time assistance and support",