Skip to content

Commit 8b35eb2

Browse files
committed
Merge pull request react-bootstrap#703 from react-bootstrap/new-logo-survey
Add link for new logo survey
2 parents 8f1417c + 30ee8b7 commit 8b35eb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/NavMain.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ const NavMain = React.createClass({
2828
let links = Object.keys(NAV_LINKS).map(this.renderNavItem).concat([
2929
<li key='github-link'>
3030
<a href='https://github.com/react-bootstrap/react-bootstrap' target='_blank'>GitHub</a>
31+
</li>,
32+
<li key='new-logo-survey'>
33+
<a href='https://www.surveymonkey.com/s/X7Q9VX7' style={{color: '#CECE00'}} target='_blank'>Take the New Logo Survey!</a>
3134
</li>
3235
]);
3336

0 commit comments

Comments
 (0)