Fix links on unsafe alert

This commit is contained in:
Reckless_Satoshi 2022-10-20 13:49:56 -07:00
parent 1dea4e73b6
commit 529ffc0d58
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -84,20 +84,20 @@ class UnsafeAlert extends Component {
>
<AlertTitle>{t('You are not using RoboSats privately')}</AlertTitle>
<Trans i18nKey='desktop_unsafe_alert'>
Some features are disabled for your protection (e.g. chat) and you will not be
<a>Some features are disabled for your protection (e.g. chat) and you will not be
able to complete a trade without them. To protect your privacy and fully enable
RoboSats, use{' '}
RoboSats, use </a>
<Link href='https://www.torproject.org/download/' target='_blank'>
Tor Browser
</Link>{' '}
and visit the{' '}
</Link>
<a> and visit the </a>
<Link
href='http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion'
target='_blank'
>
Onion
</Link>{' '}
site.
</Link>
<a> site.</a>
</Trans>
</Alert>
</Paper>