mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
12.0 remove font awesome (#6257)
* remove font-awesome * remove font awesome 3.2.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, { Fragment } from 'react';
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Utils } from '../../utils/utils';
|
||||
import { gettext, siteRoot } from '../../utils/constants';
|
||||
@@ -59,11 +59,9 @@ class DirColumnFile extends React.Component {
|
||||
repoID={this.props.repoID}
|
||||
path={this.props.path}
|
||||
>
|
||||
<Fragment>
|
||||
<span className='wiki-open-file position-fixed' onClick={this.onOpenFile}>
|
||||
<i className="fas fa-expand-arrows-alt"></i>
|
||||
</span>
|
||||
</Fragment>
|
||||
<span className='wiki-open-file position-fixed' onClick={this.onOpenFile}>
|
||||
<i className="sf3-font sf3-font-expand-arrows-alt"></i>
|
||||
</span>
|
||||
</SeafileMarkdownViewer>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user