mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
fix trash icon (#6741)
This commit is contained in:
@@ -20,7 +20,7 @@ const DirOthers = ({ userPerm, repoID, currentRepoInfo }) => {
|
||||
<TreeSection title={gettext('Others')} className="dir-others">
|
||||
{trashUrl &&
|
||||
<div className='dir-others-item text-nowrap' title={gettext('Trash')} onClick={toggleTrashDialog}>
|
||||
<span className="sf3-font-recycle1 sf3-font"></span>
|
||||
<span className="sf3-font-trash sf3-font"></span>
|
||||
<span className="dir-others-item-text">{gettext('Trash')}</span>
|
||||
</div>
|
||||
}
|
||||
|
Reference in New Issue
Block a user