fix: code vunbretality is fixed

This commit is contained in:
Palash gupta 2021-12-27 13:07:10 +05:30
parent 7f800c94ae
commit 30124de409
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

@ -8,7 +8,7 @@ const TextToolTip = ({ text, url }: TextToolTipProps) => (
return ( return (
<div> <div>
{`${text} `} {`${text} `}
<a href={url} target={'_blank'}> <a href={url} rel="noopener noreferrer" target={'_blank'}>
here here
</a> </a>
</div> </div>