mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
fix(v2): fix copyright footer (#2640)
* fix(v2): Fix copyright footer * Run prettier
This commit is contained in:
parent
7e57acb8af
commit
41b3c66f5e
1 changed files with 1 additions and 2 deletions
|
@ -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.`,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue