We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309f4aa commit 35570f3Copy full SHA for 35570f3
services/static-webserver/client/source/class/osparc/po/POCenter.js
@@ -58,7 +58,7 @@ qx.Class.define("osparc.po.POCenter", {
58
59
__addAnnouncementsPage: function() {
60
const title = this.tr("Announcements");
61
- const iconSrc = "@FontAwesome5Solid/envelope/22";
+ const iconSrc = "@FontAwesome5Solid/bullhorn/22";
62
const announcements = new osparc.po.Announcements();
63
this.addTab(title, iconSrc, announcements);
64
},
0 commit comments