Skip to content

Commit

Permalink
Added pwa folder icons (#939)
Browse files Browse the repository at this point in the history
* Added pwa folder icons

* Remove separate folder icon and add icon association to existing client folder icon

Co-authored-by: PKief <[email protected]>
  • Loading branch information
andylib93 and PKief authored Jan 25, 2021
1 parent f244ed4 commit e7120a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,10 @@ export const folderIcons: FolderTheme[] = [
},
{ name: 'folder-ansible', folderNames: ['ansible'] },
{ name: 'folder-server', folderNames: ['server', 'servers', 'backend'] },
{ name: 'folder-client', folderNames: ['client', 'clients', 'frontend'] },
{
name: 'folder-client',
folderNames: ['client', 'clients', 'frontend', 'pwa'],
},
{ name: 'folder-tasks', folderNames: ['tasks', 'tickets'] },
{ name: 'folder-android', folderNames: ['android'] },
{ name: 'folder-ios', folderNames: ['ios'] },
Expand Down

0 comments on commit e7120a3

Please sign in to comment.