Skip to content

Commit

Permalink
Display current year in footer #254
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Oct 22, 2019
1 parent 7f2df53 commit 552932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Footer extends React.PureComponent {
Stay in touch! Follow <a href="https://twitter.com/zotero">@zotero</a> on Twitter.
</nav>
<small className="copyright">
© 2018 Corporation for Digital Scholarship &nbsp;•&nbsp; <a href="/faq#privacy">Privacy</a>
{ (new Date()).getFullYear() } Corporation for Digital Scholarship &nbsp;•&nbsp; <a href="/faq#privacy">Privacy</a>
</small>
</footer>
);
Expand Down

0 comments on commit 552932f

Please sign in to comment.