Skip to content

Commit

Permalink
Merge pull request #82 from eyeccc/tiny-change
Browse files Browse the repository at this point in the history
change footer year
  • Loading branch information
eyeccc committed Mar 11, 2021
2 parents 2f1b594 + ff0dc37 commit dfff905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React from 'react';
import GithubIcon from './GithubIcon';
import TwitterIcon from './TwitterIcon';
import LinkedInIcon from './LinkedInIcon';

const year = new Date().getFullYear();
const Footer = () => (
<footer>
<span className="footerCopyrights">
© 2019 Built with <a href="https://www.gatsbyjs.org">Gatsby</a>
© {year} Built with <a href="https://www.gatsbyjs.org">Gatsby</a>
</span>
<span className="footerCopyrights">
Starter created by <a href="https://radoslawkoziel.pl">panr</a> and
Expand Down

0 comments on commit dfff905

Please sign in to comment.