feat(shared): Updated design picker
This commit is contained in:
parent
e65f2ca701
commit
9a9f29d2eb
7 changed files with 242 additions and 91 deletions
|
@ -30,7 +30,7 @@ export const DocsView = ({ design }) => {
|
|||
<Popout tip compact>
|
||||
<PageLink txt={t('workbench:learnHowToUseEditor')} href="/docs/about/site/draft" />
|
||||
</Popout>
|
||||
<h2>{t(`designs:${design}.t`)}</h2>
|
||||
<h1>{t(`designs:${design}.t`)}</h1>
|
||||
<DesignInfo design={design} workbench />
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue