From 58b0c220b06c21b42b4d09e45080c40e31262f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BA=A6=E5=93=B2=E4=BC=A6?= Date: Thu, 27 Jul 2023 21:40:07 +0800 Subject: [PATCH] Update command-palette.store.ts update jmy126 --- src/modules/command-palette/command-palette.store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/command-palette/command-palette.store.ts b/src/modules/command-palette/command-palette.store.ts index 9637f95d..9b8dd9cd 100644 --- a/src/modules/command-palette/command-palette.store.ts +++ b/src/modules/command-palette/command-palette.store.ts @@ -47,7 +47,7 @@ export const useCommandPaletteStore = defineStore('command-palette', () => { }, { name: 'Github repository', - href: 'https://github.com/CorentinTh/it-tools', + href: 'https://github.com/jmy126/it-tools', category: 'External', description: 'View the source code of it-tools on Github.', keywords: ['github', 'repo', 'repository', 'source', 'code'], @@ -56,7 +56,7 @@ export const useCommandPaletteStore = defineStore('command-palette', () => { { name: 'Report a bug or an issue', description: 'Report a bug or an issue to help improve it-tools.', - href: 'https://github.com/CorentinTh/it-tools/issues/new/choose', + href: 'https://github.com/jmy126/it-tools/issues/new/choose', category: 'Actions', keywords: ['report', 'issue', 'bug', 'problem', 'error'], icon: BugIcon,