diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/index.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 93d2e90..53e978e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -21,8 +21,11 @@ const IndexPage = () => ( <Layout height="100vh"> <Splash {...indexData} /> <footer> - Made with ❤️ &{' '} - <a href="https://github.com/nvandoorn/portfolio">open source</a> in 2019 + Made with{' '} + <span role="img" aria-label="love"> + ❤️ + </span>{' '} + & <a href="https://github.com/nvandoorn/portfolio">open source</a> in 2019 </footer> </Layout> ) |