diff --git a/src/components/FilePicker.tsx b/src/components/FilePicker.tsx index 800fec0..9e0a086 100644 --- a/src/components/FilePicker.tsx +++ b/src/components/FilePicker.tsx @@ -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, });