diff --git a/webapp/app.jsx b/webapp/app.jsx index 5bd90f8..1728a8d 100644 --- a/webapp/app.jsx +++ b/webapp/app.jsx @@ -36,7 +36,7 @@ var Markdown = React.createClass({ var Icon = React.createClass({ class: function(){ - return 'fa fa-'+this.props.name+' '+this.props.class + return 'fa fa-'+this.props.name+' '+this.props.className }, render: function(){ return ( ) @@ -62,12 +62,12 @@ var Navbar = React.createClass({
- {this.props.children ||

Boards

} + {this.props.children ||

Boards

}
- - - - + + + +
@@ -91,8 +91,8 @@ var Post = React.createClass({
- {this.getDate()} - Comments + {this.getDate()} + Comments
@@ -217,7 +217,7 @@ var NotImplemented = React.createClass({ render: function(){ return (

Not yet implemented

-

+

Sorry, working on it!

) }