mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 13:57:10 -04:00
Update command-palette.store.ts
update jmy126
This commit is contained in:
parent
df4cfb3094
commit
58b0c220b0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue