Skip to content

Commit de0742b

Browse files
authored
feat: 调整外链顺序
1 parent 01c9bfd commit de0742b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ const SOCIAL_LINKS = [
3030
icon: (
3131
<IconifyIcon icon={simpleIconsGitHub} className="mr-2" fontSize="12px" />
3232
),
33-
href: 'https://github.com/MaaAssistantArknights/maa-copilot-frontend',
34-
label: '前端 GitHub Repo',
33+
href: 'https://github.com/MaaAssistantArknights/MaaAssistantArknights',
34+
label: 'MAA GitHub Repo',
3535
},
3636
{
3737
icon: (
3838
<IconifyIcon icon={simpleIconsGitHub} className="mr-2" fontSize="12px" />
3939
),
40-
href: 'https://github.com/MaaAssistantArknights/MaaBackendCenter',
41-
label: '后端 GitHub Repo',
40+
href: 'https://github.com/MaaAssistantArknights/maa-copilot-frontend',
41+
label: '前端 GitHub Repo',
4242
},
4343
{
4444
icon: (
4545
<IconifyIcon icon={simpleIconsGitHub} className="mr-2" fontSize="12px" />
4646
),
47-
href: 'https://github.com/MaaAssistantArknights/MaaAssistantArknights',
48-
label: 'MAA GitHub Repo',
47+
href: 'https://github.com/MaaAssistantArknights/MaaBackendCenter',
48+
label: '后端 GitHub Repo',
4949
},
5050
{
5151
icon: <IconifyIcon icon={simpleIconsQQ} className="mr-2" fontSize="12px" />,

0 commit comments

Comments
 (0)