From 53f2a136c93de8c717d62869e09007cda7b6525d Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Tue, 26 Jan 2021 14:35:02 +0100 Subject: [PATCH] Rework Project Cards --- src/pages/index.js | 8 ++++---- src/pages/projects.js | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) 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 {
-
+ {/*
projectView
-
-
+
*/} + ); })}
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 }) => {
-
-
projectView
-
-
+ {/*
+
projectView
+
*/} + ); })}