Skip to content

Commit cdd68ad

Browse files
fix: wrong mapping in folderIcons.ts (#2892)
Signed-off-by: Firecrafter28 <74384569+Firecrafter28@users.noreply.github.com>
1 parent b79bc61 commit cdd68ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/icons/folderIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const folderIcons: FolderTheme[] = [
9090
},
9191
{
9292
name: 'folder-directive',
93-
folderNames: ['directive, directives'],
93+
folderNames: ['directive', 'directives'],
9494
},
9595
{
9696
name: 'folder-jinja',

0 commit comments

Comments
 (0)