Skip to content

Commit de0fb80

Browse files
NguyenDa18klyburke
authored andcommitted
Update HomeFooter.js (#248)
Fixing footer to show current year
1 parent 4345414 commit de0fb80

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)