We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b78ffd commit a4cd49dCopy full SHA for a4cd49d
packages/web/src/components/ui/fileIcon/fileIconSvg.ts
@@ -89,7 +89,7 @@ export const getFileIconSvg = (language: string): any | null => {
89
"Swift": SwiftIcon,
90
"Tex": TexIcon,
91
"Text": TextIcon,
92
- "Typescript": TypeScriptIcon,
+ "TypeScript": TypeScriptIcon,
93
"YAML": YAMLIcon,
94
"Zig": ZigIcon
95
};
0 commit comments