Skip to content

Commit

Permalink
Merge pull request #1696 from saranshkataria/master
Browse files Browse the repository at this point in the history
updated footer to get year based on current date
  • Loading branch information
tesseralis authored Feb 17, 2019
2 parents 3b1ed3c + cbe648e commit 5fdb6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LayoutFooter/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
color: colors.subtleOnDark,
paddingTop: 15,
}}>
Copyright © 2019 Facebook Inc.
{`Copyright © ${new Date().getFullYear()} Facebook Inc.`}
</p>
</section>
</div>
Expand Down

0 comments on commit 5fdb6a2

Please sign in to comment.