use dashed for .onion

This commit is contained in:
Collin M. Barrett 2019-08-05 20:46:24 -05:00
parent 26ad94bc7a
commit ab2feb5119

View file

@ -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://"):