From 4f1341c726805802433eaece57ed887b49fcee12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com>
Date: Fri, 10 Mar 2023 16:29:11 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=B8=8A=E8=A7=92=E8=8F=9C=E5=8D=95?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/compenents/header/index.tsx | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/src/compenents/header/index.tsx b/src/compenents/header/index.tsx
index e6c6f31..bdae660 100644
--- a/src/compenents/header/index.tsx
+++ b/src/compenents/header/index.tsx
@@ -25,12 +25,22 @@ export const Header: React.FC = () => {
{
label: "修改密码",
key: "change_password",
- icon: ,
+ icon: (
+
+ ),
},
{
label: "退出登录",
key: "login_out",
- icon: ,
+ icon: (
+
+ ),
},
];
return (