From 9b8cedfe140a53acf1f3733a1030028cc2a6632b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 11 Nov 2015 08:58:39 +0000 Subject: [PATCH] Added classes --- static/src/js/components/project-images.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/src/js/components/project-images.js b/static/src/js/components/project-images.js index db4d68a..e16d216 100644 --- a/static/src/js/components/project-images.js +++ b/static/src/js/components/project-images.js @@ -5,19 +5,19 @@ var ProjectImage = require('./project-image'); const DATA = [ { - className: "", + className: "college", title: "College", text: "Some College Stuff", link: "", }, { - className: "", + className: "personal", title: "Personal", text: "Some Personal Stuff", link: "", }, { - className: "", + className: "work", title: "Work", text: "Some Work Stuff", link: "",