mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 10:32:39 +00:00
Standardize to className
This commit is contained in:
@@ -29,7 +29,7 @@ const Nav = {
|
||||
section : createClass({
|
||||
displayName : 'Nav.section',
|
||||
render : function(){
|
||||
return <div className={this.props.classes ? `navSection ${this.props.classes}` : 'navSection'}>
|
||||
return <div className={this.props.className ? `navSection ${this.props.className}` : 'navSection'}>
|
||||
{this.props.children}
|
||||
</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user