Skip to content

Commit e3ba7fe

Browse files
authored
Update copyright on website (#4193)
This should be Meta now
1 parent 0cddca1 commit e3ba7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LayoutFooter/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
145145
color: colors.subtleOnDark,
146146
paddingTop: 15,
147147
}}>
148-
{`Copyright © ${new Date().getFullYear()} Facebook Inc.`}
148+
{`Copyright © ${new Date().getFullYear()} Meta Platforms, Inc.`}
149149
</p>
150150
</section>
151151
</div>

0 commit comments

Comments
 (0)