Skip to content

Commit 5167d27

Browse files
Merge pull request #376 from puppetlabs/PT-136/add-puppet-connect-logo
(PT-136): Add Puppet Connect logo
2 parents 65396b0 + c6b4e1d commit 5167d27

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

packages/react-components/source/react/library/logo/Logo.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The standard style variation exists for light backgrounds.
2323
<Logo product="remediate" style={{ margin: 5 }} />
2424
<Logo product="relay" style={{ margin: 5 }} />
2525
<Logo product="comply" style={{ margin: 5 }} />
26+
<Logo product="connect" style={{ margin: 5 }} />
2627
<Logo product="My Product" style={{ margin: 5 }} />
2728
</div>
2829
```
@@ -49,6 +50,7 @@ This style variation exists for dark backgrounds, where the Puppet logo uses whi
4950
<Logo inverted product="remediate" style={{ margin: 5 }} />
5051
<Logo inverted product="relay" style={{ margin: 5 }} />
5152
<Logo inverted product="comply" style={{ margin: 5 }} />
53+
<Logo inverted product="connect" style={{ margin: 5 }} />
5254
<Logo inverted product="My Product" style={{ margin: 5 }} />
5355
</div>
5456
```
@@ -67,6 +69,7 @@ There are times when you might need to use only the graphical icon for a Puppet
6769
<Logo type="bug" product="remediate" style={{ margin: 5 }} />
6870
<Logo type="bug" product="relay" style={{ margin: 5 }} />
6971
<Logo type="bug" product="comply" style={{ margin: 5 }} />
72+
<Logo type="bug" product="connect" style={{ margin: 5 }} />
7073
<Logo type="bug" product="My Product" style={{ margin: 5 }} />
7174
</div>
7275
```

packages/react-components/source/react/library/logo/logos.js

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)