Skip to content

Commit 90b4201

Browse files
committed
shopping-bag icon
1 parent 9786dbf commit 90b4201

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/credits/BillingCenter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ qx.Class.define("osparc.desktop.credits.BillingCenter", {
103103

104104
__addPurchasesPage: function() {
105105
const title = this.tr("Purchases");
106-
const iconSrc = "@FontAwesome5Solid/list/22";
106+
const iconSrc = "@FontAwesome5Solid/shopping-bag/22";
107107
const purchases = new osparc.desktop.credits.Purchases();
108108
const page = this.addTab(title, iconSrc, purchases);
109109
return page;

0 commit comments

Comments
 (0)