Skip to content

Commit

Permalink
chore(tools-menu): remove "New" indicator (#11794)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Sep 11, 2024
1 parent d880aaf commit f2bca97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions client/src/ui/molecules/tools-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ export const ToolsMenu = ({ visibleSubMenuId, toggleMenu }) => {

const menu = {
id: "tools",
label: (
<>
Tools <sup className="new">New</sup>
</>
),
label: "Tools",
items: [
{
description: "Write, test and share your code",
Expand All @@ -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",
Expand Down

0 comments on commit f2bca97

Please sign in to comment.