Skip to content

Commit 8f30f6e

Browse files
author
John Sterling
committed
Fix repository url
1 parent d277da1 commit 8f30f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Help(props) {
4646
title: 'Resources',
4747
},
4848
{
49-
content: `Get support on [GitHub](${props.config.repoUrl})`,
49+
content: `Get support on [GitHub](${siteConfig.customFields.repoUrl})`,
5050
title: 'GitHub',
5151
},
5252
]

0 commit comments

Comments
 (0)