fix(v2): fix copyright footer (#2640)

* fix(v2): Fix copyright footer

* Run prettier
This commit is contained in:
Sam Zhou 2020-04-22 01:52:59 -04:00 committed by GitHub
parent 7e57acb8af
commit 41b3c66f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,8 +214,7 @@ module.exports = {
src: 'https://docusaurus.io/img/oss_logo.png',
href: 'https://opensource.facebook.com',
},
copyright:
'Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.',
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`,
},
},
};