mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
change file icon size to 256 (#6490)
This commit is contained in:
@@ -39,7 +39,7 @@ class FileView extends React.Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
const fileIcon = Utils.getFileIconUrl(fileName, 192);
|
||||
const fileIcon = Utils.getFileIconUrl(fileName);
|
||||
document.getElementById('favicon').href = fileIcon;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user