From ac44b65dc508d744434e94f3927c4668a2c089a6 Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 24 Aug 2023 03:04:21 -0400 Subject: [PATCH] fix: make email correct --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 1b4f93b..23977de 100644 --- a/js/index.js +++ b/js/index.js @@ -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}`);