Skip to content

Commit 27284a2

Browse files
committed
fix visibility of github stars
1 parent 9e0772c commit 27284a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/PageFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var PageHeader = React.createClass({
1111
<div className="bs-docs-social">
1212
<ul className="bs-docs-social-buttons">
1313
<li>
14-
<iframe className="github-btn" src={'http://ghbtns.com/github-btn.html?user=react-bootstrap&repo=react-bootstrap&type=watch&count=true'} width={90} height={20} title="Star on GitHub" />
14+
<iframe className="github-btn" src={'http://ghbtns.com/github-btn.html?user=react-bootstrap&repo=react-bootstrap&type=watch&count=true'} width={95} height={20} title="Star on GitHub" />
1515
</li>
1616
<li>
1717
<iframe className="github-btn" src={'http://ghbtns.com/github-btn.html?user=react-bootstrap&repo=react-bootstrap&type=fork&count=true'} width={92} height={20} title="Fork on GitHub" />

0 commit comments

Comments
 (0)