Skip to content

Commit

Permalink
refactor: move components page to the first tab
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 30, 2023
1 parent 3f3065b commit f329ddb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/client/src/constants/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ export const builtinTab: [string, ModuleBuiltinTab[]][] = [
path: 'overview',
title: 'Overview',
},
{
icon: 'i-carbon-tree-view-alt',
name: 'pages',
order: -100,
path: 'pages',
title: 'Pages',
},
{
icon: 'i-carbon-assembly-cluster',
name: 'components',
order: -100,
path: 'components',
title: 'Components',
},
{
icon: 'i-carbon-tree-view-alt',
name: 'pages',
order: -100,
path: 'pages',
title: 'Pages',
},
{
icon: 'i-carbon-image-copy',
name: 'assets',
Expand Down

0 comments on commit f329ddb

Please sign in to comment.