Skip to content

Commit

Permalink
docs: hide icon and page from patternhub (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Mar 20, 2024
1 parent 184002e commit 0b92a04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions showcases/patternhub/data/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const componentChildren: NavigationItem[] = [
{
label: 'DBBrand',
name: 'brand'
},
} /* TODO: Uncomment this if dev and design is aligned
{
label: 'DBIcon',
name: 'icon'
},
}, */,
{
label: 'DBTooltip',
name: 'tooltip'
Expand Down Expand Up @@ -122,11 +122,11 @@ const componentChildren: NavigationItem[] = [
{
label: 'DBHeader',
name: 'header'
},
} /* TODO: Uncomment this if dev and design is aligned
{
label: 'DBPage',
name: 'page'
},
}, */,
{
label: 'DBSection',
name: 'section'
Expand Down

0 comments on commit 0b92a04

Please sign in to comment.