Skip to content

Commit bc0ca18

Browse files
pipperAniket-Engg
authored andcommitted
removed ai info hover
1 parent 6348632 commit bc0ca18

File tree

1 file changed

+0
-24
lines changed
  • libs/remix-ui/remix-ai-assistant/src/components

1 file changed

+0
-24
lines changed

libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,6 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
139139
Edit
140140
</button>
141141
</div>
142-
<CustomTooltip
143-
tooltipText={<TooltipContent />}
144-
delay={{ show: 1000, hide: 0 }}
145-
>
146-
<span
147-
className="far fa-circle-info text-ai me-1"
148-
onMouseEnter={() => _paq.push(['trackEvent', 'remixAI', 'AICommandTooltip', 'User clicked on AI command info'])}
149-
></span>
150-
</CustomTooltip>
151142
<span
152143
className="badge align-self-center text-bg-info fw-light rounded"
153144
>
@@ -258,18 +249,3 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
258249
)
259250
}
260251

261-
function TooltipContent () {
262-
return (
263-
<ul className="list-unstyled p-2 me-3">
264-
<li className="">
265-
{'- Use /w <prompt> : To manage or edit files within your workspace'}
266-
</li>
267-
<li className="">
268-
{'- Alternatively, you may type your question directly below.'}
269-
</li>
270-
<li className="">
271-
{'-See Ollama Setup Guide'}
272-
</li>
273-
</ul>
274-
)
275-
}

0 commit comments

Comments
 (0)