Skip to content

Commit c6c4108

Browse files
committed
[added] Twitter follow link to docs page footer
1 parent c48f7f4 commit c6c4108

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

Diff for: docs/src/PageFooter.js

+20-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,28 @@ const PageHeader = React.createClass({
99
<div className='bs-docs-social'>
1010
<ul className='bs-docs-social-buttons'>
1111
<li>
12-
<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' />
12+
<iframe className='github-btn'
13+
src='http://ghbtns.com/github-btn.html?user=react-bootstrap&repo=react-bootstrap&type=watch&count=true'
14+
width={95}
15+
height={20}
16+
title='Star on GitHub' />
1317
</li>
1418
<li>
15-
<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' />
19+
<iframe className='github-btn'
20+
src='http://ghbtns.com/github-btn.html?user=react-bootstrap&repo=react-bootstrap&type=fork&count=true'
21+
width={92}
22+
height={20}
23+
title='Fork on GitHub' />
24+
</li>
25+
<li>
26+
<iframe
27+
src="http://platform.twitter.com/widgets/follow_button.html?screen_name=react_bootstrap&show_screen_name=true"
28+
width={230}
29+
height={20}
30+
allowTransparency="true"
31+
frameBorder='0'
32+
scrolling='no'>
33+
</iframe>
1634
</li>
1735
</ul>
1836
</div>

0 commit comments

Comments
 (0)