1
Fork 0

Removed panel (mainly for background color)

This commit is contained in:
Jake Howard 2015-11-11 12:58:23 +00:00
parent bec9f701be
commit 61a056fad4

View file

@ -47,12 +47,10 @@ var projectImages = React.createClass({
}.bind(this)); }.bind(this));
return ( return (
<div className="container"> <div className="container">
<div className="panel panel-default"> <Row>
<Row className="panel-body">
{ images } { images }
</Row> </Row>
</div> </div>
</div>
); );
} }
}); });