Skip to content

Commit 989b499

Browse files
committed
changed the name in the results image to a variable
1 parent fbf0ad0 commit 989b499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ window.onload = function() {
3737
ctx.fillText("Prog / Con Axis (z): " + z_axis, 725, 1525);
3838
ctx.textAlign="right";
3939
ctx.font="60px Montserrat";
40-
ctx.fillText("Primo-SapplyValues", 1820, 1560);
40+
ctx.fillText(App.name, 1820, 1560);
4141

4242
document.getElementById("banner").src = c.toDataURL();
4343
}

0 commit comments

Comments
 (0)