mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 15:03:15 +08:00
fix: code vunbretality is fixed
This commit is contained in:
parent
7f800c94ae
commit
30124de409
@ -8,7 +8,7 @@ const TextToolTip = ({ text, url }: TextToolTipProps) => (
|
||||
return (
|
||||
<div>
|
||||
{`${text} `}
|
||||
<a href={url} target={'_blank'}>
|
||||
<a href={url} rel="noopener noreferrer" target={'_blank'}>
|
||||
here
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user