Skip to content

Commit 4201606

Browse files
committed
fix: folder icons
1 parent 6f93fab commit 4201606

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/utils/file-icons.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ export const COMPOUND_EXTENSIONS: Record<string, string> = {
314314
export const DEFAULT_ICON = 'vscode-icons-default-file'
315315

316316
export const ADDITIONAL_ICONS = {
317-
'folder': 'lucide:folder',
318-
'folder-open': 'lucide:folder-open',
317+
'folder': 'lucide-folder',
318+
'folder-open': 'lucide-folder-open',
319319
}
320320

321321
/**

0 commit comments

Comments
 (0)