Explorar el Código

use icon-feed

Shun Miyazawa hace 4 años
padre
commit
373c32ee4c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/app/src/components/Admin/Common/AdminNavigation.jsx

+ 2 - 2
packages/app/src/components/Admin/Common/AdminNavigation.jsx

@@ -35,8 +35,8 @@ const AdminNavigation = (props) => {
       case 'users':                    return <><i className="icon-fw icon-user"></i>            { t('User_Management') }</>;
       case 'user-groups':              return <><i className="icon-fw icon-people"></i>          { t('UserGroup Management') }</>;
       case 'search':                   return <><i className="icon-fw icon-magnifier"></i>       { t('Full Text Search Management') }</>;
-      // todo: Thinking Better of AuditLog Icons
-      case 'audit-log':                return <><i className="icon-fw fa fa-paw"></i>            { t('AuditLog')}</>;
+      // TODO: Consider where to place the "AuditLog"
+      case 'audit-log':                return <><i className="icon-fw icon-feed"></i>            { t('AuditLog')}</>;
       case 'cloud':                    return <><i className="icon-fw icon-share-alt"></i>       { t('to_cloud_settings')} </>;
       default:                         return <><i className="icon-fw icon-home"></i>            { t('Wiki Management Home Page') }</>;
     }