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) ||