We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33ab8b commit d81aef4Copy full SHA for d81aef4
src/components/Organization/Organization.jsx
@@ -26,7 +26,7 @@ const Organization = props => {
26
<h6>Downloads and Stars</h6>
27
<Shield content={ `npm/dm/${org.npm}`} label="npm" />
28
29
- <Shield content={ `github/stars/${org.repo}` } label="✭" />
+ <Shield content={ `github/stars/${org.repo}` } label="%E2%9C%AD" />
30
31
<h6>Activity</h6>
32
<Shield
0 commit comments