diff --git a/src/pages/index.js b/src/pages/index.js
index 755b0ef..8d54e03 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -82,7 +82,7 @@ class IndexPage extends React.Component {
{this.props.data.allProjectsJson.nodes.map((project) => {
return (
-
+
{/*
Live
*/}
@@ -91,10 +91,10 @@ class IndexPage extends React.Component {
-
+
*/}
+
);
})}
diff --git a/src/pages/projects.js b/src/pages/projects.js
index 12b73da..c88ce3a 100644
--- a/src/pages/projects.js
+++ b/src/pages/projects.js
@@ -40,7 +40,7 @@ const ProjectsPage = ({ data }) => {
{data.allProjectsJson.nodes.map((project) => {
return (
-
+
{/*
Live
*/}
@@ -49,10 +49,10 @@ const ProjectsPage = ({ data }) => {
-
-
+ {/*
*/}
+
);
})}