More compact help links for libs

This commit is contained in:
ochafik 2023-03-28 00:45:18 +01:00
commit 39edf6d28b

View file

@ -45,7 +45,7 @@ function listFilesAsNodes(fs: FS, path: string, accept?: (path: string) => boole
children.push({ children.push({
icon: 'pi pi-github', icon: 'pi pi-github',
label: repoUrl, label: repoUrl.replaceAll("https://github.com/", ''),
key: repoUrl, key: repoUrl,
selectable: true, selectable: true,
}); });