diff --git a/src/web/app/common/tags/signin.tag b/src/web/app/common/tags/signin.tag index 0aac32991..f25d99974 100644 --- a/src/web/app/common/tags/signin.tag +++ b/src/web/app/common/tags/signin.tag @@ -24,7 +24,7 @@ display block margin 12px 0 - i + [data-fa] display block pointer-events none position absolute diff --git a/src/web/app/common/tags/signup.tag b/src/web/app/common/tags/signup.tag index 67b8796a6..3c9810872 100644 --- a/src/web/app/common/tags/signup.tag +++ b/src/web/app/common/tags/signup.tag @@ -182,7 +182,7 @@ this.passwordRetypeState = null; this.recaptchaed = false; - window.onEecaptchaed = () => { + window.onRecaptchaed = () => { this.recaptchaed = true; this.update(); }; diff --git a/src/web/app/common/tags/url.tag b/src/web/app/common/tags/url.tag index 330acf821..2690afc5d 100644 --- a/src/web/app/common/tags/url.tag +++ b/src/web/app/common/tags/url.tag @@ -1,14 +1,20 @@ -{ schema }//{ hostname }:{ port }{ pathname }{ query }{ hash } + + + { schema }// + { hostname } + :{ port } + { pathname } + { query } + { hash } + %fa:external-link-square-alt% +