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

Commit ae930c2

Browse files
authored
Merge pull request #382 from netdata/chore/update-logo
chore: update color of netdata's logo on left sidebar
2 parents 4ab3111 + 9748f07 commit ae930c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/header/logo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Netdata = styled(Text)`
1010

1111
const Logo = () => (
1212
<Item hasBorder>
13-
<NetdataLogo width={24} height={24} fill="#00AB44" />
13+
<NetdataLogo width={24} height={24} />
1414
<Netdata>NETDATA</Netdata>
1515
<Text>Agent</Text>
1616
</Item>

src/components/sidebar/netdataLogo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react"
22

3-
const NetdataLogo = ({ width, height, fill = "#FDFDFD" }) => (
3+
const NetdataLogo = ({ width, height, fill = "#00AB44" }) => (
44
<svg {...{ width, height }} viewBox="0 0 31 24" fill="none" xmlns="http://www.w3.org/2000/svg">
55
<path
66
d="M19.0002 0H0.630188L8.27019 24H19.0002C25.6202 24 31.0002 18.62 31.0002 12C31.0002 5.38 25.6202 0 19.0002 0Z"

0 commit comments

Comments
 (0)