We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421ef4a commit e1ce099Copy full SHA for e1ce099
1 file changed
public/v3.html
@@ -516,7 +516,7 @@ <h2>DevDisplay v3.0</h2>
516
ctx.textAlign = 'center';
517
ctx.fillText('Requested resource is cooking...', canvas.width / 2, y);
518
y += 45;
519
- ctx.fillText('We are evolving into a SaaS Product Lab & Professional Platform.', canvas.width / 2, y);
+ ctx.fillText('DevDisplay is evolving...', canvas.width / 2, y);
520
ctx.font = `italic 28px ${font}`;
521
ctx.fillText('Play with this paper while v3.0 finishes deploying.', canvas.width / 2, 1720);
522
}
0 commit comments