* client: remove /dns-query from string on client
This commit is contained in:
parent
d4bd53a824
commit
387783cf91
|
@ -143,7 +143,7 @@ const Guide = (props) => {
|
||||||
{httpsAddress && httpsAddress.length > 0 && (
|
{httpsAddress && httpsAddress.length > 0 && (
|
||||||
<div className="tab__paragraph">
|
<div className="tab__paragraph">
|
||||||
<Trans
|
<Trans
|
||||||
values={{ address: `${httpsAddress[0]}/dns-query` }}
|
values={{ address: httpsAddress[0] }}
|
||||||
components={[
|
components={[
|
||||||
<strong key="0">text</strong>,
|
<strong key="0">text</strong>,
|
||||||
<code key="1">text</code>,
|
<code key="1">text</code>,
|
||||||
|
|
Loading…
Reference in New Issue