Skip to content

Commit a4cd49d

Browse files
quick fix typescript icon
1 parent 0b78ffd commit a4cd49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/components/ui/fileIcon/fileIconSvg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const getFileIconSvg = (language: string): any | null => {
8989
"Swift": SwiftIcon,
9090
"Tex": TexIcon,
9191
"Text": TextIcon,
92-
"Typescript": TypeScriptIcon,
92+
"TypeScript": TypeScriptIcon,
9393
"YAML": YAMLIcon,
9494
"Zig": ZigIcon
9595
};

0 commit comments

Comments
 (0)