* client: remove /dns-query from string on client

This commit is contained in:
Ildar Kamalov 2019-07-05 15:43:18 +03:00 committed by Simon Zolin
parent d4bd53a824
commit 387783cf91
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ const Guide = (props) => {
{httpsAddress && httpsAddress.length > 0 && (
<div className="tab__paragraph">
<Trans
values={{ address: `${httpsAddress[0]}/dns-query` }}
values={{ address: httpsAddress[0] }}
components={[
<strong key="0">text</strong>,
<code key="1">text</code>,