Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into MP-1369-new-community…
Browse files Browse the repository at this point in the history
…-page
  • Loading branch information
LeoMcA committed Sep 11, 2024
2 parents c75c9f4 + f2bca97 commit 9908ed9
Show file tree
Hide file tree
Showing 7 changed files with 285 additions and 209 deletions.
6 changes: 5 additions & 1 deletion client/src/playground/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,11 @@ main.play {

> div.content {
align-items: end;
background: linear-gradient(to left, #111 16rem, transparent);
background: linear-gradient(
to left,
var(--place-new-side-background) 16rem,
transparent
);
flex-direction: column;
height: 100%;
justify-content: end;
Expand Down
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
Loading

0 comments on commit 9908ed9

Please sign in to comment.