Skip to content

Commit 491cddc

Browse files
committed
Make Github repo link external
1 parent 7e5bcfa commit 491cddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/StarCount.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class StarCount extends React.Component {
2727
<a
2828
className={classNames('StarCount', { loading })}
2929
href="https://github.com/GraphQLGuide/guide"
30+
target="_blank"
31+
rel="noopener noreferrer"
3032
>
3133
{githubStars && <Odometer value={githubStars} />}
3234
</a>

0 commit comments

Comments
 (0)