1
0
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:
Michael An
2024-08-05 21:04:31 +08:00
committed by GitHub
parent 5fbc14e089
commit 20cf8b7f58
47 changed files with 19 additions and 31 deletions

View File

@@ -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;
}