This commit is contained in:
Enrico Ros
2024-01-23 22:16:58 -08:00
parent 0c8dd4a4d9
commit f1e8bf3d1f
@@ -273,7 +273,7 @@ function ChatDrawerItem(props: {
</Tooltip>
)}
<Tooltip disableInteractive title={deleteArmed ? 'Cancel' : 'Delete?'}>
<Tooltip disableInteractive title={deleteArmed ? 'Cancel' : 'Delete Chat'}>
<FadeInButton key='btn-arm' size='sm' onClick={deleteArmed ? handleDeleteButtonHide : handleDeleteButtonShow} sx={deleteArmed ? { opacity: 1 } : {}}>
{deleteArmed ? <CloseIcon /> : <DeleteOutlineIcon />}
</FadeInButton>