clean up, minify javascript
All checks were successful
/ build (push) Successful in 53s

This commit is contained in:
Ruben 2025-06-02 12:12:28 -05:00
commit 766ea35e2c
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
9 changed files with 138 additions and 21 deletions

View file

@ -1,14 +0,0 @@
// snippet that copies the html for my button(s)
function copyButtonSneexy() {
navigator.clipboard.writeText(
'<a href="https://synth.download"><img src="https://synth.download/assets/buttons/sneexy.svg" alt="Sneexy"></a>'
);
alert("button html copied!");
}
function copyButtonSynthDownload() {
navigator.clipboard.writeText(
'<a href="https://synth.download"><img src="https://synth.download/assets/buttons/synth.download.svg" alt="Synth.Download!"></a>'
);
alert("button html copied!");
}