From ab2feb5119aae2eaf74623c7086aaeeb9dd19ca5 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 5 Aug 2019 20:46:24 -0500 Subject: [PATCH] use dashed for .onion --- src/FilterLists.Web.V2/src/shared/SubscribeButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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://"):