From 5cbaf541a1a23f6cf4b0d87ff18f456c995f4ff4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 24 Nov 2015 22:03:58 +0000 Subject: [PATCH] Basic layout changes --- static/src/js/components/project-images-main.js | 2 +- templates/base.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/src/js/components/project-images-main.js b/static/src/js/components/project-images-main.js index b9403d0..dd55e9a 100644 --- a/static/src/js/components/project-images-main.js +++ b/static/src/js/components/project-images-main.js @@ -71,7 +71,7 @@ var projectImagesMain = React.createClass({ }); return (
-

Projects

+

Personal Projects

{ images }
); diff --git a/templates/base.html b/templates/base.html index b72e8c7..25727c1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,8 +32,10 @@ + +