Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit c05675b

Browse files
hozefajjasonLaster
authored andcommitted
update file icons to use img instead of svg (#5709)
1 parent 422ff9a commit c05675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PrimaryPanes/SourcesTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class SourcesTree extends Component<Props, State> {
217217
ts: "typescript"
218218
}[getExtension(source)];
219219
return sourceType ? (
220-
<Svg className="source-icon" name={sourceType} />
220+
<img className={sourceType} />
221221
) : (
222222
<img className="file" />
223223
);

0 commit comments

Comments
 (0)