Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit c1bf7a5

Browse files
chore: replace remaining zalenix string refs in code with sauravbhattacharya001
1 parent 1becf60 commit c1bf7a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gvisual/src/gvisual/GraphControllabilityEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ public String exportHtml(ControllabilityReport report) {
819819
h.append("</div>\n");
820820

821821
h.append("<p style=\"text-align:center;color:#475569;margin-top:20px;font-size:0.8em\">");
822-
h.append("GraphControllabilityEngine — GraphVisual | zalenix</p>\n");
822+
h.append("GraphControllabilityEngine — GraphVisual | sauravbhattacharya001</p>\n");
823823
h.append("</body>\n</html>");
824824
return h.toString();
825825
}

0 commit comments

Comments
 (0)