Skip to content

Commit

Permalink
feat: Add folder-error to icon map
Browse files Browse the repository at this point in the history
  • Loading branch information
lffg committed Jul 7, 2019
1 parent 8082ab1 commit 3c2594a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-template', folderNames: ['template', 'templates'] },
{ name: 'folder-utils', folderNames: ['util', 'utils'] },
{ name: 'folder-private', folderNames: ['private', '.private'] },
{ name: 'folder-error', folderNames: ['error', 'errors', 'err'] },
{ name: 'folder-secure', folderNames: ['auth', 'authentication', 'secure', 'security', 'cert', 'certs', 'certificate', 'certificates', 'ssl'] },
{ name: 'folder-custom', folderNames: ['custom', 'customs'] },
{ name: 'folder-mock', folderNames: ['mock', 'mocks', 'draft', 'drafts', 'concept', 'concepts', 'sketch', 'sketches'] },
Expand Down

0 comments on commit 3c2594a

Please sign in to comment.