Skip to content

Commit

Permalink
Add folder icon for "angular" folder name (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Feb 9, 2023
1 parent a92e1cc commit a979472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Expand Up @@ -793,7 +793,7 @@ export const folderIcons: FolderTheme[] = [
},
{
name: 'folder-angular',
folderNames: ['.angular'],
folderNames: ['angular', '.angular'],
},
{
name: 'folder-unity',
Expand Down

0 comments on commit a979472

Please sign in to comment.