Skip to content

Commit

Permalink
Update docs/src/data/links.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Chenwei Zhang <40295569+zchenwei@users.noreply.github.com>
  • Loading branch information
dbanksdesign and zchenwei authored Nov 17, 2021
1 parent cc2c166 commit f680691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/data/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const layoutComponents = [
{ href: '/components/flex', label: 'Flex', body: `` },
{ href: '/components/grid', label: 'Grid', body: `` },
{ href: '/components/table', label: 'Table', body: `` },
{ href: '/components/expander', label: 'Table', body: `` },
{ href: '/components/expander', label: 'Expander', body: `` },
].sort(sortByLabel);

export const navigationComponents: ComponentNavItem[] = [
Expand Down

0 comments on commit f680691

Please sign in to comment.