mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-19 04:31:35 +00:00
Fix links on unsafe alert
This commit is contained in:
parent
1dea4e73b6
commit
529ffc0d58
@ -84,20 +84,20 @@ class UnsafeAlert extends Component {
|
|||||||
>
|
>
|
||||||
<AlertTitle>{t('You are not using RoboSats privately')}</AlertTitle>
|
<AlertTitle>{t('You are not using RoboSats privately')}</AlertTitle>
|
||||||
<Trans i18nKey='desktop_unsafe_alert'>
|
<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
|
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'>
|
<Link href='https://www.torproject.org/download/' target='_blank'>
|
||||||
Tor Browser
|
Tor Browser
|
||||||
</Link>{' '}
|
</Link>
|
||||||
and visit the{' '}
|
<a> and visit the </a>
|
||||||
<Link
|
<Link
|
||||||
href='http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion'
|
href='http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion'
|
||||||
target='_blank'
|
target='_blank'
|
||||||
>
|
>
|
||||||
Onion
|
Onion
|
||||||
</Link>{' '}
|
</Link>
|
||||||
site.
|
<a> site.</a>
|
||||||
</Trans>
|
</Trans>
|
||||||
</Alert>
|
</Alert>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
Loading…
Reference in New Issue
Block a user