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,11 +47,9 @@ 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>
); );
} }