Skip to content

Commit

Permalink
🚸 fix(search-bar): 调整搜索资源顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 21, 2021
1 parent 1632782 commit 205e04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contentScripts/searchBar/app/useSearchService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const useSearchService = () => {
() => [
{ key: 'repo', title: '知识库' },
{ key: 'doc', title: '文档' },
{ key: 'group', title: '团队' },
{ key: 'topic', title: '主题' },
{ key: 'artboard', title: '画板' },
{ key: 'group', title: '团队' },
],
[],
);
Expand Down

0 comments on commit 205e04f

Please sign in to comment.