We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d277da1 commit 8f30f6eCopy full SHA for 8f30f6e
src/pages/help.js
@@ -46,7 +46,7 @@ export default function Help(props) {
46
title: 'Resources',
47
},
48
{
49
- content: `Get support on [GitHub](${props.config.repoUrl})`,
+ content: `Get support on [GitHub](${siteConfig.customFields.repoUrl})`,
50
title: 'GitHub',
51
52
]
0 commit comments