Skip to content

Commit b19d879

Browse files
feat: Add Postman Folder (#3376)
Co-authored-by: Lucas Colombo <lucasncolombo@gmail.com>
1 parent d5d3d66 commit b19d879

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

icons/folder-postman-open.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/folder-postman.svg

Lines changed: 1 addition & 0 deletions
Loading

src/core/icons/folderIcons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,10 @@ export const folderIcons: FolderTheme[] = [
13961396
color: 'gray-700',
13971397
},
13981398
},
1399+
{
1400+
name: 'folder-postman',
1401+
folderNames: ['postman'],
1402+
},
13991403
{
14001404
name: 'folder-skills',
14011405
folderNames: ['skill', 'skills'],

0 commit comments

Comments
 (0)