Skip to content

Commit

Permalink
Add hyperlink in the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
neuodev committed Jun 22, 2022
1 parent 7c35b35 commit 79b1aac
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -250,6 +250,10 @@ export default class WalletSendPreviewStep extends Component<Props> {
href="https://emurgohelpdesk.zendesk.com/hc/en-us/articles/5008187102351-What-is-the-locked-assets-deposit-"
target='_blank'
rel="noreferrer noopener"
sx={{
color: 'inherit',
textDecoration: 'underline'
}}
>
{intl.formatMessage(messages.moreDetails)}
</Link>
Expand Down

0 comments on commit 79b1aac

Please sign in to comment.