Skip to content

Commit 3f67dc2

Browse files
authored
Merge pull request #327 from Ioannis-Karasavvaidis/addComplyLogo
Add comply logo
2 parents 016651a + 635c921 commit 3f67dc2

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const SUPPORTED_LOGOS = [
1212
'relay',
1313
'pipelines',
1414
'remediate',
15+
'comply',
1516
];
1617

1718
const propTypes = {

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

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The standard style variation exists for light backgrounds.
2222
<Logo product="pipelines" style={{ margin: 5 }} />
2323
<Logo product="remediate" style={{ margin: 5 }} />
2424
<Logo product="relay" style={{ margin: 5 }} />
25+
<Logo product="comply" style={{ margin: 5 }} />
2526
<Logo product="My Product" style={{ margin: 5 }} />
2627
</div>
2728
```
@@ -47,6 +48,7 @@ This style variation exists for dark backgrounds, where the Puppet logo uses whi
4748
<Logo inverted product="pipelines" style={{ margin: 5 }} />
4849
<Logo inverted product="remediate" style={{ margin: 5 }} />
4950
<Logo inverted product="relay" style={{ margin: 5 }} />
51+
<Logo inverted product="comply" style={{ margin: 5 }} />
5052
<Logo inverted product="My Product" style={{ margin: 5 }} />
5153
</div>
5254
```
@@ -64,6 +66,7 @@ There are times when you might need to use only the graphical icon for a Puppet
6466
<Logo type="bug" product="pipelines" style={{ margin: 5 }} />
6567
<Logo type="bug" product="remediate" style={{ margin: 5 }} />
6668
<Logo type="bug" product="relay" style={{ margin: 5 }} />
69+
<Logo type="bug" product="comply" style={{ margin: 5 }} />
6770
<Logo type="bug" product="My Product" style={{ margin: 5 }} />
6871
</div>
6972
```

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

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

0 commit comments

Comments
 (0)