fix: remove duplicated tooltip from follow-up button in ResponseMessage component

This commit is contained in:
viruz 2025-09-02 10:56:06 -03:00
parent 1588f42fe7
commit 6d6794aa85
No known key found for this signature in database

View file

@ -22,7 +22,6 @@
<div <div
class=" mr-2 py-1.5 bg-transparent text-left text-sm flex items-center gap-2 px-1.5 text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white transition cursor-pointer" class=" mr-2 py-1.5 bg-transparent text-left text-sm flex items-center gap-2 px-1.5 text-gray-500 dark:text-gray-400 hover:text-black dark:hover:text-white transition cursor-pointer"
on:click={() => onClick(followUp)} on:click={() => onClick(followUp)}
title={followUp}
aria-label={followUp} aria-label={followUp}
> >
<ArrowTurnDownRight className="size-3.5" /> <ArrowTurnDownRight className="size-3.5" />