From d21470fe80e265cda2c355f636c3258eb0f56636 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 五月 2020 18:31:18 +0800 Subject: [PATCH] 2020-05-12 --- src/templates/sharecomponent/actioncomponent/dragaction/card.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/dragaction/card.jsx b/src/templates/sharecomponent/actioncomponent/dragaction/card.jsx index 946a950..8fdb791 100644 --- a/src/templates/sharecomponent/actioncomponent/dragaction/card.jsx +++ b/src/templates/sharecomponent/actioncomponent/dragaction/card.jsx @@ -53,7 +53,7 @@ <Icon className="edit" title="edit" type="edit" onClick={() => editCard(id)} /> <Icon className="edit copy" title="copy" type="copy" onClick={() => copyCard(id)} /> <Icon className="edit close" title="close" type="close" onClick={() => delCard(id)} /> - {hasProfile ? <Icon className="edit profile" title="verify" type="profile" onClick={() => profileCard(id)} /> : null} + {hasProfile ? <Icon className="edit profile" title="setting" type="profile" onClick={() => profileCard(id)} /> : null} </div> ) } -- Gitblit v1.8.0