Skip to content

Commit 6c92367

Browse files
authored
Get current year for copyright footer
1 parent 0954b41 commit 6c92367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/App.js

Lines changed: 1 addition & 1 deletion
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)