feat(lab): Add more pages
This commit is contained in:
parent
d4414ba84b
commit
ab3dc2adb5
5 changed files with 89 additions and 13 deletions
|
@ -17,6 +17,7 @@ import {
|
|||
FreeSewingIcon,
|
||||
HeartIcon,
|
||||
BulletIcon,
|
||||
GitHubIcon,
|
||||
} from 'shared/components/icons.mjs'
|
||||
import { Breadcrumbs } from 'shared/components/breadcrumbs.mjs'
|
||||
|
||||
|
@ -42,6 +43,9 @@ export const icons = {
|
|||
community: (className = '') => <CommunityIcon className={className} />,
|
||||
sets: (className = '') => <MeasureIcon className={className} />,
|
||||
patterns: (className = '') => <PageIcon className={className} />,
|
||||
|
||||
// Lab
|
||||
code: (className = '') => <GitHubIcon className={className} />,
|
||||
}
|
||||
|
||||
/* helper method to order nav entries */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue