Update main.js

This commit is contained in:
Zak Kermitz 2023-09-21 13:57:27 -04:00 committed by GitHub
parent e649438364
commit 219585e464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ function copyStats() {
output += `\n`;
});
output += `https://www.costcodle.com`;
output += `https://costcodle.com`;
navigator.clipboard.writeText(output);
displayToast();