Skip to content

Commit a3a22de

Browse files
authored
feat: Include agent,agents folder in folder_robot in name (#3336)
1 parent 883dc13 commit a3a22de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/icons/folderIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const folderIcons: FolderTheme[] = [
1313
{ name: 'folder-rust', folderNames: ['rust'] },
1414
{
1515
name: 'folder-robot',
16-
folderNames: ['bot', 'bots', 'robot', 'robots'],
16+
folderNames: ['bot', 'bots', 'robot', 'robots', 'agent', 'agents'],
1717
},
1818
{
1919
name: 'folder-src',

0 commit comments

Comments
 (0)