1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 23:34:45 +00:00

Fix Wiki no history page (#7226)

* fix no page history

* fix wiki aria
This commit is contained in:
Michael An
2024-12-20 18:27:43 +08:00
committed by GitHub
parent cb73865b21
commit bdc09c0e4e
7 changed files with 23 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ import ProtoTypes from 'prop-types';
const CustomIcon = ({ icon }) => {
return (
<span className='nav-item-icon nav-item-icon-disable'>{icon}</span>
<span className='nav-item-icon nav-item-icon-disable' aria-hidden="true">{icon}</span>
);
};