Skip to content

Commit

Permalink
Removed snake case in foldernames array
Browse files Browse the repository at this point in the history
  • Loading branch information
Deckstar committed Aug 2, 2020
1 parent a4b4851 commit 457f047
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 @@ -134,7 +134,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-serverless', folderNames: ['.serverless', 'serverless'] },
{ name: 'folder-api', folderNames: ['api', 'apis'] },
{ name: 'folder-app', folderNames: ['app', 'apps'] },
{ name: 'folder-apollo', folderNames: ['apollo', 'apolloclient', 'apollo-client', 'apollocache', 'apollo-cache', 'apolloconfig', 'apollo-config'] },
{ name: 'folder-apollo', folderNames: ['apollo', 'apollo-client', 'apollo-cache', 'apollo-config'] },
{ name: 'folder-archive', folderNames: ['archive', 'archives', 'archival', 'backup', 'backups', 'back-up', 'back-ups'] },
{ name: 'folder-batch', folderNames: ['batch', 'batchs', 'batches'] },
{ name: 'folder-cluster', folderNames: ['cluster', 'clusters'] },
Expand Down

0 comments on commit 457f047

Please sign in to comment.