Skip to content

Commit 57514c4

Browse files
committed
minor
1 parent e3698fa commit 57514c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
285285
layout.add(showAllButton);
286286
}
287287

288-
const editTagsButton = new qx.ui.form.Button(this.tr("Edit Tags..."), "@FontAwesome5Solid/edit/16");
288+
const editTagsButton = new qx.ui.form.Button(this.tr("Edit Tags..."), "@FontAwesome5Solid/pencil-alt/14");
289289
editTagsButton.set({
290290
appearance: "filter-toggle-button"
291291
});

0 commit comments

Comments
 (0)