fix: make email correct

This commit is contained in:
Anna 2023-08-24 03:04:21 -04:00
parent 8dd0a699f1
commit 6af5e18aa4
Signed by: anna
GPG Key ID: D0943384CD9F87D1
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}`);