This commit is contained in:
Timothy Jaeryang Baek 2025-03-15 16:15:37 +00:00
parent c8d02aafd9
commit b5e74f4eae
2 changed files with 2 additions and 2 deletions

View File

@ -1271,7 +1271,7 @@
<Tooltip content={$i18n.t('Delete')} placement="bottom">
<button
type="button"
id="continue-response-button"
id="delete-response-button"
class="{isLastMessage
? 'visible'
: 'invisible group-hover:visible'} p-1.5 hover:bg-black/5 dark:hover:bg-white/5 rounded-lg dark:hover:text-white hover:text-black transition regenerate-response-button"

File diff suppressed because one or more lines are too long