mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Update Link of port_53_faq_link
This commit is contained in:
parent
071a1f77a4
commit
c5773577bc
1 changed files with 2 additions and 1 deletions
|
@ -314,7 +314,8 @@ class Settings extends Component {
|
|||
{dnsPort === STANDARD_DNS_PORT && !isDnsFixAvailable
|
||||
&& dnsStatus.includes(ADDRESS_IN_USE_TEXT)
|
||||
&& <Trans
|
||||
components={[<a href={PORT_53_FAQ_LINK} key="0">link</a>]}>
|
||||
components={[<a href={PORT_53_FAQ_LINK} key="0" target="_blank"
|
||||
rel="noopener noreferrer">link</a>]}>
|
||||
port_53_faq_link
|
||||
</Trans>}
|
||||
<hr className="divider--small" />
|
||||
|
|
Loading…
Add table
Reference in a new issue