Skip to content

Commit e8ee9fc

Browse files
committed
minor
1 parent 3f5e156 commit e8ee9fc

File tree

1 file changed

+2
-4
lines changed
  • services/static-webserver/client/source/class/osparc/support

1 file changed

+2
-4
lines changed

services/static-webserver/client/source/class/osparc/support/HomePage.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ qx.Class.define("osparc.support.HomePage", {
7373
break;
7474
}
7575
case "ask-a-question":
76-
control = new qx.ui.form.Button(this.tr("Ask a Question"));
77-
osparc.support.HomePage.decorateButton(control);
78-
control.set({
79-
icon: "@FontAwesome5Solid/comments/16",
76+
control = new qx.ui.form.Button(this.tr("Ask a Question"), "@FontAwesome5Solid/comments/16").set({
77+
gap: 8,
8078
appearance: "strong-button",
8179
center: true,
8280
});

0 commit comments

Comments
 (0)