Skip to content

Commit

Permalink
Merge pull request react-bootstrap#553 from react-bootstrap/fix-475
Browse files Browse the repository at this point in the history
[fixed] Bug in Server vs Client side rendering of Navbar
  • Loading branch information
mtscout6 committed Apr 22, 2015
2 parents 8a901fd + 4fedc95 commit d7fe8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Navbar = React.createClass({
bsClass: 'navbar',
bsStyle: 'default',
role: 'navigation',
componentClass: 'Nav'
componentClass: 'nav'
};
},

Expand Down

0 comments on commit d7fe8bf

Please sign in to comment.