1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update layout.js (#2018)

This commit is contained in:
Olivier Tassinari 2017-05-19 14:02:11 +02:00 committed by Tim Neutkens
parent 9346c96b39
commit 23a480964e

View file

@ -19,7 +19,7 @@ export default ({ children, title = 'This is the default title' }) => (
{ children }
<footer>
I`m here to stay
{'I`m here to stay'}
</footer>
</div>
)