visuddhinanda 3 лет назад
Родитель
Сommit
19ff18895b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/template/Wbw/WbwPali.tsx

+ 1 - 1
dashboard/src/components/template/Wbw/WbwPali.tsx

@@ -108,7 +108,7 @@ const Widget = ({ data, onSave }: IWidget) => {
   );
 
   const discussionIcon = isHover ? (
-    <CommentBox trigger={<CommentOutlined />} />
+    <CommentBox trigger={<CommentOutlined style={{ cursor: "pointer" }} />} />
   ) : (
     <></>
   );