Browse Source
updated footer to get year based on current date
main
Saransh Kataria
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/LayoutFooter/Footer.js
|
|
@ -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> |
|
|
|