feat(shared): Support for translation in Dot custom component
This commit is contained in:
parent
71e6278c57
commit
038588bf9c
10 changed files with 38 additions and 48 deletions
|
@ -44,7 +44,7 @@ const MdxPage = props => {
|
|||
</div>
|
||||
)}
|
||||
<div className="px-0 xl:pl-8 2xl:pl-16">
|
||||
<MdxWrapper mdx={props.mdx} app={app}/>
|
||||
<MdxWrapper mdx={props.mdx} app={app} />
|
||||
<HelpUs mdx slug={`/${props.page.slug}`} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue