fix: make email correct

This commit is contained in:
Anna 2023-08-24 03:04:21 -04:00
parent 6b6171a841
commit ac44b65dc5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
});
function revealEmail() {
const email = 'si' + atob('dGVAYW4=') + 'na' + atob(y('bGdi')) + 't';
const email = 'si' + atob('dGVAYW4=') + 'na' + atob(y('oTqv')) + 't';
const emailLink = document.createElement('a');
emailLink.setAttribute('href', `mailto:${email}`);