From 8432825c1ecc9e2678fbb150ba58cc5f358d6778 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 23 Nov 2022 14:43:04 +0100 Subject: [PATCH] Remove extra unicode character. --- source/content-scripts/share/share.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content-scripts/share/share.ts b/source/content-scripts/share/share.ts index 94f968e..56317e8 100644 --- a/source/content-scripts/share/share.ts +++ b/source/content-scripts/share/share.ts @@ -35,7 +35,7 @@ class ImportButton extends Component { location.hash.slice(fragmentPrefix.length), ); - const invalidRedirectError = "This isn't a valid redirect. ☹️"; + const invalidRedirectError = "This isn't a valid redirect. ☹"; if ( !narrowMatcherType(decoded.matcherType) ||