Merge pull request #1696 from saranshkataria/master

updated footer to get year based on current date
This commit is contained in:
Nat Alison
2019-02-17 14:31:13 -08:00
committed by GitHub

View File

@@ -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>