浏览代码

83073 trash icon

Mao 4 年之前
父节点
当前提交
a4576e8790
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/components/SearchPage/SearchResultListItem.tsx

+ 1 - 1
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -63,7 +63,7 @@ const PageItemControl: FC<PageItemControlProps> = (props: PageItemControlProps)
           <i className="icon-fw  icon-action-redo"></i>{t('Move/Rename')}
         </button>
         <button className="dropdown-item text-danger border-top pt-2" type="button" onClick={deleteButtonHandler}>
-          <i className="icon-fw icon-fire"></i>{t('Delete')}
+          <i className="icon-trash mr-1"></i>{t('Delete')}
         </button>
       </div>
     </>