1
0
Fork 0

feat(shared): Updated design picker

This commit is contained in:
joostdecock 2023-11-01 13:42:03 +01:00
parent e65f2ca701
commit 9a9f29d2eb
7 changed files with 242 additions and 91 deletions

View file

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