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

Commit a3c4f23

Browse files
darkwingjasonLaster
authored andcommitted
Fix angular icon in sources tree (#5923)
1 parent 460abc2 commit a3c4f23

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
@@ -189,7 +189,7 @@ class SourcesTree extends Component<Props, State> {
189189
if (item.path === "webpack://") {
190190
return <Svg name="webpack" />;
191191
}
192-
if (item.path === "/Angular") {
192+
if (item.path === "ng://") {
193193
return <Svg name="angular" />;
194194
}
195195

0 commit comments

Comments
 (0)