mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
use dashed for .onion
This commit is contained in:
parent
26ad94bc7a
commit
ab2feb5119
1 changed files with 1 additions and 1 deletions
|
|
@ -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://"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue