Skip to content

Commit

Permalink
add schemes to classes (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
uvicorn committed Nov 8, 2020
1 parent 76cca5e commit 729c1d4
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 @@ -291,7 +291,7 @@ export const folderIcons: FolderTheme[] = [
},
{
name: 'folder-class',
folderNames: ['class', 'classes', 'model', 'models'],
folderNames: ['class', 'classes', 'model', 'models', 'schemes', 'schema'],
},
{
name: 'folder-other',
Expand Down

0 comments on commit 729c1d4

Please sign in to comment.