From 78990eb2c1a3f1e6422f4e212b28a717c536268e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 24 Nov 2021 06:24:38 -0800 Subject: [PATCH] Update copyright note on homepage Reviewed By: nikoant Differential Revision: D32624845 fbshipit-source-id: 741fbc591cbff453f873328bd580f17f7f23d0b9 --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 5b0eb75be..b038df7a8 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -129,7 +129,7 @@ const siteConfig = { ], }, ], - copyright: 'Copyright © ' + new Date().getFullYear() + ' Facebook', + copyright: 'Copyright © ' + new Date().getFullYear() + ' Meta Platforms, Inc', logo: { alt: 'Flipper Mascot', src: 'img/mascot.png',