Skip to content

Commit

Permalink
Add browser folder icon association
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Oct 8, 2022
1 parent 14afac1 commit 0ddc6f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,16 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-global', folderNames: ['global'] },
{
name: 'folder-public',
folderNames: ['public', 'www', 'wwwroot', 'web', 'website', 'site'],
folderNames: [
'public',
'www',
'wwwroot',
'web',
'website',
'site',
'browser',
'browsers',
],
},
{
name: 'folder-include',
Expand Down

0 comments on commit 0ddc6f4

Please sign in to comment.