Removed panel (mainly for background color)
This commit is contained in:
parent
bec9f701be
commit
61a056fad4
1 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue