Skip to content

Commit

Permalink
Remove specific/custom folder icons per review
Browse files Browse the repository at this point in the history
  • Loading branch information
lmn8 committed May 23, 2020
1 parent beb11a8 commit 690ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-constant', folderNames: ['constant', 'constants'] },
{ name: 'folder-container', folderNames: ['container', 'containers', '.devcontainer'] },
{ name: 'folder-content', folderNames: ['content', 'contents'] },
{ name: 'folder-core', folderNames: ['core', 'io', 'stdlib'] },
{ name: 'folder-core', folderNames: ['core'] },
{ name: 'folder-delta', folderNames: ['delta', 'deltas', 'changes'] },
{ name: 'folder-dump', folderNames: ['dump', 'dumps'] },
{ name: 'folder-examples', folderNames: ['example', 'examples', 'sample', 'samples', 'demo', 'demos'] },
Expand Down

0 comments on commit 690ddcb

Please sign in to comment.