1
0
Fork 0

feat(org): Better /new page

This commit is contained in:
joostdecock 2023-04-30 21:24:35 +02:00
parent 1c694d7aac
commit 39e013be42
9 changed files with 143 additions and 57 deletions

View file

@ -12,6 +12,9 @@ import {
ShowcaseIcon,
TutorialIcon,
UserIcon,
MeasureIcon,
PageIcon,
PrintIcon,
} from 'shared/components/icons.mjs'
import { Breadcrumbs } from 'shared/components/breadcrumbs.mjs'
@ -31,6 +34,8 @@ export const icons = {
docs: (className = '') => <DocsIcon className={className} />,
showcase: (className = '') => <ShowcaseIcon className={className} />,
community: (className = '') => <CommunityIcon className={className} />,
sets: (className = '') => <MeasureIcon className={className} />,
patterns: (className = '') => <PageIcon className={className} />,
}
/* helper method to order nav entries */