Update command-palette.store.ts
update jmy126
This commit is contained in:
parent
df4cfb3094
commit
58b0c220b0
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user