diff --git a/frontend/src/components/workspace/artifacts/artifact-file-list.tsx b/frontend/src/components/workspace/artifacts/artifact-file-list.tsx index b8717c014..3e4d893be 100644 --- a/frontend/src/components/workspace/artifacts/artifact-file-list.tsx +++ b/frontend/src/components/workspace/artifacts/artifact-file-list.tsx @@ -79,17 +79,17 @@ export function ArtifactFileList({ className="relative cursor-pointer p-3" onClick={() => handleClick(file)} > - - -
{getFileName(file)}
+ + +
{getFileName(file)}
{getFileIcon(file, "size-6")}
- + {getFileExtensionDisplayName(file)} file - + {file.endsWith(".skill") && (