Browse Source

Update copyright on website (#4193)

This should be Meta now
main
Paul O’Shannessy 3 years ago
committed by GitHub
parent
commit
e3ba7fe205
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/LayoutFooter/Footer.js

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

Loading…
Cancel
Save