summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pages/index.js b/src/pages/index.js
index d3917d5..b872fd8 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -20,13 +20,6 @@ const indexData = {
const IndexPage = () => (
<Layout height="100vh">
<Splash {...indexData} />
- <footer>
- Portfolio made with{' '}
- <span role="img" aria-label="love">
- ❤️
- </span>{' '}
- & <a href="https://github.com/nvandoorn/portfolio">open source</a> in 2019
- </footer>
</Layout>
)