Skip to content

Commit

Permalink
Merge pull request #36 from lachlanjc/patch-1
Browse files Browse the repository at this point in the history
Get current year for copyright footer
  • Loading branch information
johno committed Jun 8, 2018
2 parents 0954b41 + 6c92367 commit a4e7f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = props => (
</BlockLink>
<Box my={4} f={0}>
Made in NY/LDN/ID •
© 2017 Compositor, Inc.
© {new Date().getFullYear()} Compositor, Inc.
All Rights Reserved.
</Box>
<Link
Expand Down

0 comments on commit a4e7f79

Please sign in to comment.