CloseIcon

This commit is contained in:
DirkSchlossmacher 2023-11-09 10:49:58 +01:00
parent 0656211cf4
commit 7038247e13

View File

@ -210,7 +210,7 @@ export function SideBar(props: { className?: string }) {
<div className={styles["sidebar-actions"]}>
<div className={styles["sidebar-action"] + " " + styles.mobile}>
<IconButton
icon={<DeleteIcon />}
icon={<CloseIcon />}
onClick={async () => {
if (await showConfirm(Locale.Home.DeleteChat)) {
chatStore.deleteSession(chatStore.currentSessionIndex);