Skip to content

Commit 84fe781

Browse files
committed
minor
1 parent d19948b commit 84fe781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ qx.Class.define("osparc.support.ConversationsPage", {
7373
this._add(control);
7474
break;
7575
case "ask-a-question-button":
76-
control = new osparc.ui.form.Button(this.tr("Ask a Question"), "@FontAwesome5Solid/comments/14").set({
76+
control = new qx.ui.form.Button(this.tr("Ask a Question"), "@FontAwesome5Solid/comments/14").set({
7777
appearance: "strong-button",
7878
allowGrowX: false,
7979
center: true,
@@ -82,7 +82,7 @@ qx.Class.define("osparc.support.ConversationsPage", {
8282
this.getChildControl("buttons-layout").add(control);
8383
break;
8484
case "book-a-call-button":
85-
control = new osparc.ui.form.Button(this.tr("Book a Call"), "@FontAwesome5Solid/phone/14").set({
85+
control = new qx.ui.form.Button(this.tr("Book a Call"), "@FontAwesome5Solid/phone/14").set({
8686
appearance: "strong-button",
8787
allowGrowX: false,
8888
center: true,

0 commit comments

Comments
 (0)