Skip to content

Commit 35570f3

Browse files
committed
icon
1 parent 309f4aa commit 35570f3

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/po

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/po/POCenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ qx.Class.define("osparc.po.POCenter", {
5858

5959
__addAnnouncementsPage: function() {
6060
const title = this.tr("Announcements");
61-
const iconSrc = "@FontAwesome5Solid/envelope/22";
61+
const iconSrc = "@FontAwesome5Solid/bullhorn/22";
6262
const announcements = new osparc.po.Announcements();
6363
this.addTab(title, iconSrc, announcements);
6464
},

0 commit comments

Comments
 (0)