mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix: remove duplicated tooltip from follow-up button in ResponseMessage component
This commit is contained in:
parent
1588f42fe7
commit
6d6794aa85
1 changed files with 0 additions and 1 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue