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));
return (
<div className="container">
<div className="panel panel-default">
<Row className="panel-body">
{ images }
</Row>
</div>
<Row>
{ images }
</Row>
</div>
);
}