Skip to content

Commit 4e1a65e

Browse files
chore: remove "DevTools" from "OpenSumi DevTools" string (#11)
* chore: remove "DevTools" from "OpenSumi DevTools" string * chore: remove .gitattributes
1 parent d2984fc commit 4e1a65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Devtools/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const run = () => {
44
console.log(exception);
55
} else {
66
if (result) {
7-
chrome.devtools.panels.create('OpenSumi DevTools', 'logo.png', 'panel.html');
7+
chrome.devtools.panels.create('OpenSumi', 'logo.png', 'panel.html');
88
}
99
}
1010
});

0 commit comments

Comments
 (0)