From 61a056fad468c6339b29f9871df0cab1798272a0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 11 Nov 2015 12:58:23 +0000 Subject: [PATCH] Removed panel (mainly for background color) --- static/src/js/components/project-images.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/static/src/js/components/project-images.js b/static/src/js/components/project-images.js index e16d216..106d62a 100644 --- a/static/src/js/components/project-images.js +++ b/static/src/js/components/project-images.js @@ -47,11 +47,9 @@ var projectImages = React.createClass({ }.bind(this)); return (
-
- - { images } - -
+ + { images } +
); }