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:
parent
9346c96b39
commit
23a480964e
|
@ -19,7 +19,7 @@ export default ({ children, title = 'This is the default title' }) => (
|
||||||
{ children }
|
{ children }
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
I`m here to stay
|
{'I`m here to stay'}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue