Skip to content

Commit

Permalink
[fixed] Bug in Server vs Client side rendering of Navbar
Browse files Browse the repository at this point in the history
Inconsistent rendering between the client and server primarily around
casing.

Closes react-bootstrap#475
  • Loading branch information
mtscout6 committed Apr 22, 2015
1 parent 8a901fd commit 4fedc95
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 4fedc95

Please sign in to comment.