Skip to content

Commit 4fedc95

Browse files
committedApr 22, 2015
[fixed] Bug in Server vs Client side rendering of Navbar
Inconsistent rendering between the client and server primarily around casing. Closes react-bootstrap#475
1 parent 8a901fd commit 4fedc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Navbar = React.createClass({
3232
bsClass: 'navbar',
3333
bsStyle: 'default',
3434
role: 'navigation',
35-
componentClass: 'Nav'
35+
componentClass: 'nav'
3636
};
3737
},
3838

0 commit comments

Comments
 (0)