summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-17 12:07:58 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-17 12:07:58 -0700
commit666cf8c902c097e78d53c98afd9547966665ee3b (patch)
treecda666ae36a8afef0e75caa75018ba01cd909b70
parent979eac444d74b1718143b0028e8cf215ad6ac1cf (diff)
Remove footer
-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>
)