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: "",