feat(UserCenter): remove icon from logout modal cancel button

Remove the HomeOutlined icon from the cancel button of the logout
confirmation modal. The button now only displays the text "保持登录".
This commit is contained in:
kyuuseiryuu 2026-03-10 12:51:47 +09:00
parent 73354d0394
commit 2315503388

View File

@ -81,7 +81,6 @@ export const UserCenter = () => {
maskClosable: true,
title: '确认登出?',
cancelText: '保持登录',
cancelButtonProps: { icon: <HomeOutlined /> },
okText: '确认登出',
okButtonProps: {
icon: <LogoutOutlined />,