Skip to content

Commit

Permalink
refactor: adjust partner sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Dec 9, 2023
1 parent 449ebe3 commit 5a3361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumi/hooks/useIntl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ export const useIntl = () => {
'Zhejiang Chuanglin Technology Co., Ltd.',
),
intl('达观数据有限公司', 'Datagrand Inc.'),
intl('之江实验室', 'Zhejiang Lab'),
intl(
'海乂知信息科技(南京)有限公司',
'Haiyi Zhi Information Technology (Nanjing) Co., Ltd.',
Expand All @@ -290,6 +289,7 @@ export const useIntl = () => {
'中国科学院计算技术研究所',
'Institute of Computing Technology, Chinese Academy of Sciences',
),
intl('之江实验室', 'Zhejiang Lab'),
],
style: { flex: 1 },
},
Expand Down

0 comments on commit 5a3361d

Please sign in to comment.