Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 3351c79

Browse files
authored
Merge pull request #388 from netdata/chore/update-sidebar-logo
chore: update logo on left sidebar
2 parents c858b1b + 5ac23ee commit 3351c79

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@material/list": "^4.0.0",
1919
"@material/menu": "^2.3.0",
2020
"@material/menu-surface": "^1.0.0",
21-
"@netdata/netdata-ui": "^1.9.6",
21+
"@netdata/netdata-ui": "^1.9.7",
2222
"@rmwc/icon": "^5.7.2",
2323
"@rmwc/list": "^5.7.2",
2424
"@rmwc/menu": "^5.7.2",

src/components/sidebar/spaces/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import React from "react"
22
import { useSelector } from "react-redux"
3-
import { Flex, Button, Documentation } from "@netdata/netdata-ui"
3+
import { Icon, Flex, Button, Documentation } from "@netdata/netdata-ui"
44
import { selectIsCloudEnabled } from "domains/global/selectors"
55
import ExpandButton from "./expandButton"
66
import UserSettings from "./userSettings"
77
import SpacesSkeleton from "./spacesSkeleton"
88
import SpacesIframe from "./spacesIframe"
9-
import NetdataLogo from "../netdataLogo"
109

1110
const Spaces = ({ isOpen, toggle, isSignedIn }) => {
1211
const cloudEnabled = useSelector(selectIsCloudEnabled)
@@ -24,7 +23,7 @@ const Spaces = ({ isOpen, toggle, isSignedIn }) => {
2423
overflow="hidden"
2524
>
2625
<Flex column gap={4} alignItems="center" height="100%" overflow="hidden">
27-
<NetdataLogo width={32} height={32} />
26+
<Icon color="success" name="netdataPress" height="32px" width="32px" />
2827
{!isOpen && (
2928
<ExpandButton
3029
icon="chevron_right_s"

0 commit comments

Comments
 (0)