Skip to content

Commit a4e7f79

Browse files
authored
Merge pull request #36 from lachlanjc/patch-1
Get current year for copyright footer
2 parents 0954b41 + 6c92367 commit a4e7f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = props => (
101101
</BlockLink>
102102
<Box my={4} f={0}>
103103
Made in NY/LDN/ID •
104-
© 2017 Compositor, Inc.
104+
© {new Date().getFullYear()} Compositor, Inc.
105105
All Rights Reserved.
106106
</Box>
107107
<Link

0 commit comments

Comments
 (0)