1
0
Fork 0

fix(shared): Forgotten migration to dynamic mdx

This commit is contained in:
Joost De Cock 2023-10-09 17:15:34 +02:00
parent 78775084e3
commit 382e4817f9

View file

@ -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 />