Skip to content

Commit 1ddc675

Browse files
committed
Merge branch 'master' of github.com:builderbook/builderbook
2 parents ca591f4 + de0fb80 commit 1ddc675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HomeFooter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Footer() {
88
<div>
99
<Toolbar style={styleToolbar}>
1010
<Grid container direction="row" justify="space-around" alignItems="center">
11-
<span>© 2018 Builder Book</span>
11+
<span>{${new Date().getFullYear()} Builder Book`}</span>
1212
<a
1313
style={{ padding: '0px 20px' }}
1414
href="https://github.com/builderbook"

0 commit comments

Comments
 (0)