We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2984fc commit 4e1a65eCopy full SHA for 4e1a65e
1 file changed
src/pages/Devtools/index.js
@@ -4,7 +4,7 @@ const run = () => {
4
console.log(exception);
5
} else {
6
if (result) {
7
- chrome.devtools.panels.create('OpenSumi DevTools', 'logo.png', 'panel.html');
+ chrome.devtools.panels.create('OpenSumi', 'logo.png', 'panel.html');
8
}
9
10
});
0 commit comments