forgot an a element

This commit is contained in:
Matteo Manzinello 2020-07-07 14:48:37 +02:00
parent 09ffe5951f
commit fce519dd6b
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ const mailgoIsShowing = (type = MAIL_TYPE): boolean => {
const byElement = (): HTMLLinkElement => {
// by
let by: HTMLLinkElement = createElement(a) as HTMLLinkElement;
let by: HTMLLinkElement = createElement(aHTMLTag) as HTMLLinkElement;
by.href = "https://mailgo.js.org?ref=mailgo-modal";
by.className = "m-by";
by.target = "_blank";