diff --git a/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx b/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx index 277dedffd..f03f408dd 100644 --- a/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx +++ b/src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx @@ -25,7 +25,7 @@ const buildButtonProps = (props: Props) => { // HTTP protocols case props.viewUrl.includes(".onion/"): - type = "ghost"; + type = "dashed"; title = defaultTitle("Tor address - "); break; case props.viewUrl.includes("http://"):