diff --git a/web/src/components/SubscribeButtons.tsx b/web/src/components/SubscribeButtons.tsx index 461951ab7..6e37ac1d0 100644 --- a/web/src/components/SubscribeButtons.tsx +++ b/web/src/components/SubscribeButtons.tsx @@ -69,7 +69,7 @@ const buildButtonProps = (name: string, viewUrl: string) => { const hrefLocation = `${encodeURIComponent(viewUrl)}`; const hrefTitle = `${encodeURIComponent(name)}`; - let href = `abp:subscribe?location=${hrefLocation}&title=${hrefTitle}`; + let href = `abp:subscribe?location=${hrefLocation}&title=${hrefTitle}`; let prefixes: string[] = []; let message = `Subscribe to ${name} with a browser extension supporting the "abp:" protocol (e.g. uBlock Origin, Adblock Plus).`;