Skip to content

Commit

Permalink
Add folder icon for widgets (Closes #660 and Closes #726)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 14, 2020
1 parent c6877f5 commit f6ac11a
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 @@ -69,7 +69,7 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-i18n',
folderNames: ['i18n', 'internationalization', 'lang', 'language', 'languages', 'locale', 'locales', 'l10n', 'localization', 'translation', 'translate', 'translations', '.tx']
},
{ name: 'folder-components', folderNames: ['components'] },
{ name: 'folder-components', folderNames: ['components', 'widget', 'widgets'] },
{ name: 'folder-aurelia', folderNames: ['aurelia_project'] },
{
name: 'folder-resource',
Expand Down

0 comments on commit f6ac11a

Please sign in to comment.