Skip to content

Commit e1ce099

Browse files
committed
Update 404 page message to reflect DevDisplay evolution
1 parent 421ef4a commit e1ce099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/v3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ <h2>DevDisplay v3.0</h2>
516516
ctx.textAlign = 'center';
517517
ctx.fillText('Requested resource is cooking...', canvas.width / 2, y);
518518
y += 45;
519-
ctx.fillText('We are evolving into a SaaS Product Lab & Professional Platform.', canvas.width / 2, y);
519+
ctx.fillText('DevDisplay is evolving...', canvas.width / 2, y);
520520
ctx.font = `italic 28px ${font}`;
521521
ctx.fillText('Play with this paper while v3.0 finishes deploying.', canvas.width / 2, 1720);
522522
}

0 commit comments

Comments
 (0)