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 cc860ed commit c6647c6Copy full SHA for c6647c6
ss.html
@@ -138,7 +138,7 @@
138
};
139
document.querySelector("a").addEventListener('click', (event) => event.target.href = canvas.toDataURL());
140
function askIfYouWantToClear() {
141
- alert("This will erase all your hard work and restart!");
+ alert("😭 This will erase all your hard work and restart!");
142
window.location = 'startup.html' + window.location.hash;
143
}
144
function zoomCanvasIn() {
0 commit comments