diff --git a/website/core/Footer.js b/website/core/Footer.js index 202e0e55b..af0cde0ff 100755 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -45,7 +45,7 @@ class Footer extends React.Component {
diff --git a/website/siteConfig.js b/website/siteConfig.js old mode 100755 new mode 100644 index ae32f2719..3d613bac4 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -71,9 +71,8 @@ const siteConfig = { ogImage: 'img/docusaurus.png', twitterImage: 'img/docusaurus.png', - // You may provide arbitrary config keys to be used as needed by your - // template. For example, if you need your repo's URL... - // repoUrl: 'https://github.com/facebook/test-site', + // This repoUrl info is used in /core/Footer.js and pages/en/users.js + repoUrl: 'https://github.com/facebook/react-360', }; module.exports = siteConfig;