changed the ref

This commit is contained in:
Matteo Manzinello
2019-05-22 12:51:11 +02:00
parent e744b703c0
commit 2f498134b7
3 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ const mailgoInit = () => {
// by
let by = document.createElement("a");
by.href = "https://mailgo.js.org?ref=" + window.location.hostname;
by.href = "https://mailgo.js.org?ref=mailgo-modal";
by.className = "mailgo-by";
by.target = "_blank";
by.rel = "noopener noreferrer";