Skip to content

Commit 5f8175a

Browse files
authored
Merge pull request #2762 from papandreou/fix/invalidLink
Fix unencoded ✭ character in img src
2 parents f33ab8b + d81aef4 commit 5f8175a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Organization/Organization.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Organization = props => {
2626
<h6>Downloads and Stars</h6>
2727
<Shield content={ `npm/dm/${org.npm}`} label="npm" />
2828
&nbsp;
29-
<Shield content={ `github/stars/${org.repo}` } label="&#10029;" />
29+
<Shield content={ `github/stars/${org.repo}` } label="%E2%9C%AD" />
3030

3131
<h6>Activity</h6>
3232
<Shield

0 commit comments

Comments
 (0)