Paul O’Shannessy
3 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
|
|
@ -145,7 +145,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( |
|
|
|
color: colors.subtleOnDark, |
|
|
|
paddingTop: 15, |
|
|
|
}}> |
|
|
|
{`Copyright © ${new Date().getFullYear()} Facebook Inc.`} |
|
|
|
{`Copyright © ${new Date().getFullYear()} Meta Platforms, Inc.`} |
|
|
|
</p> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|