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.
2 parents f33ab8b + d81aef4 commit 5f8175aCopy full SHA for 5f8175a
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