fix(shared): Forgotten migration to dynamic mdx
This commit is contained in:
parent
78775084e3
commit
382e4817f9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export const GithubSettings = () => {
|
|||
update={setGithubUsername}
|
||||
valid={(val) => val.length > 0}
|
||||
placeholder={'joost@joost.at'}
|
||||
docs={<DynamicOrgDocs language={i18n.language} path={`docs/site/account/github`} />}
|
||||
docs={<DynamicMdx language={i18n.language} slug={`docs/site/account/github`} />}
|
||||
/>
|
||||
<SaveSettingsButton btnProps={{ onClick: save }} />
|
||||
<BackToAccountButton />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue