Skip to content

Commit f52629b

Browse files
committed
Merge pull request react-bootstrap#712 from react-bootstrap/remove-logo-survey-link
Remove new logo survey link
2 parents c68d11e + 843db78 commit f52629b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/src/NavMain.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ 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>
3431
</li>
3532
]);
3633

0 commit comments

Comments
 (0)