Skip to content

Commit 7e03659

Browse files
committed
icon
1 parent 091f2b4 commit 7e03659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/tester/TesterCenter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ qx.Class.define("osparc.tester.TesterCenter", {
4040
},
4141

4242
__addConsoleErrorsPage: function() {
43-
const title = this.tr("Console errors");
44-
const iconSrc = "@FontAwesome5Solid/circle-xmark/22";
43+
const title = this.tr("Console Errors");
44+
const iconSrc = "@FontAwesome5Solid/times/22";
4545
const consoleErrors = new osparc.tester.ConsoleErrors();
4646
this.addTab(title, iconSrc, consoleErrors);
4747
},

0 commit comments

Comments
 (0)