This commit is contained in:
John Andrews
2025-02-14 13:20:16 +13:00
parent 091a2d5602
commit ccf2cac1b6

View File

@@ -16,7 +16,7 @@ public class SetResellerDisplayName : Node
/// <inheritdoc />
public override FlowElementType Type => FlowElementType.Process;
/// <inheritdoc />
public override string Icon => "";
public override string Icon => "fas fa-file-signature";
/// <inheritdoc />
public override int Execute(NodeParameters args)