feat(v2): add FB link to footer (#1982)

This commit is contained in:
Alexey Pyltsyn 2019-11-13 19:06:54 +03:00 committed by Endi
parent cf4037ef91
commit 0f30077e63
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -144,6 +144,7 @@ module.exports = {
logo: {
alt: 'Facebook Open Source Logo',
src: 'https://docusaurus.io/img/oss_logo.png',
href: 'https://opensource.facebook.com/',
},
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc.`,
},