Skip to content

Commit c6647c6

Browse files
authored
Update ss.html
1 parent cc860ed commit c6647c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ss.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
};
139139
document.querySelector("a").addEventListener('click', (event) => event.target.href = canvas.toDataURL());
140140
function askIfYouWantToClear() {
141-
alert("This will erase all your hard work and restart!");
141+
alert("😭 This will erase all your hard work and restart!");
142142
window.location = 'startup.html' + window.location.hash;
143143
}
144144
function zoomCanvasIn() {

0 commit comments

Comments
 (0)