mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 19:31:45 +03:00
* 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 && (
|
||||
<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>,
|
||||
|
Loading…
Reference in New Issue
Block a user