Skip to content

Commit 23a4809

Browse files
oliviertassinaritimneutkens
authored andcommitted
Update layout.js (vercel#2018)
1 parent 9346c96 commit 23a4809

File tree

1 file changed

+1
-1
lines changed
  • examples/layout-component/components

1 file changed

+1
-1
lines changed

examples/layout-component/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default ({ children, title = 'This is the default title' }) => (
1919
{ children }
2020

2121
<footer>
22-
I`m here to stay
22+
{'I`m here to stay'}
2323
</footer>
2424
</div>
2525
)

0 commit comments

Comments
 (0)