Refactor ToolHint to use text prop as text instead of HTML

Currently there is no usage of ToolHint where we are passing HTML
content, so this should not break anything.
This commit is contained in:
ramki-bruno
2025-02-12 18:58:30 +05:30
committed by Anoop M D
parent 81930f6fe6
commit 3b8a613914

View File

@@ -34,7 +34,7 @@ const ToolHint = ({
<StyledWrapper theme={appliedTheme}>
<ReactToolHint
anchorId={toolhintId}
html={text}
content={text}
className="toolhint"
offset={offset}
place={place}