Pull request: client: fix link in client form
Updates #4244. Squashed commit of the following: commit 20d558e9e6935555a13e1aebc7d364e6f1910e9e Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Feb 28 19:01:32 2022 +0300 client: fix link in client form
This commit is contained in:
parent
ff1e108bfe
commit
afbc7a72e3
|
@ -280,13 +280,10 @@ let Form = (props) => {
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
<div className="form__desc mt-0">
|
<div className="form__desc mt-0">
|
||||||
<Trans
|
<Trans components={[
|
||||||
components={{
|
<a href={CLIENT_ID_LINK} target="_blank" rel="noopener noreferrer"
|
||||||
a: <a href={CLIENT_ID_LINK} target="_blank" rel="noopener noreferrer">
|
key="0">text</a>,
|
||||||
text
|
]}>
|
||||||
</a>,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
client_identifier_desc
|
client_identifier_desc
|
||||||
</Trans>
|
</Trans>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue