Update copyright on website (#4193)

This should be Meta now
This commit is contained in:
Paul O’Shannessy
2021-12-20 16:58:04 -08:00
committed by GitHub
parent 0cddca13dd
commit e3ba7fe205

View File

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