More compact help links for libs
This commit is contained in:
parent
3dc6b7d88c
commit
39edf6d28b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ function listFilesAsNodes(fs: FS, path: string, accept?: (path: string) => boole
|
|||
|
||||
children.push({
|
||||
icon: 'pi pi-github',
|
||||
label: repoUrl,
|
||||
label: repoUrl.replaceAll("https://github.com/", ''),
|
||||
key: repoUrl,
|
||||
selectable: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue