فهرست منبع

replace fa-rotate-90 to grw oridinal class

Tatsuya Ise 2 سال پیش
والد
کامیت
0c47bfba26

+ 1 - 1
apps/app/src/components/Admin/AuditLog/AuditLogSettings.tsx

@@ -55,7 +55,7 @@ export const AuditLogSettings: FC = () => {
       </p>
       </p>
       <p className="mt-1">
       <p className="mt-1">
         <button type="button" className="btn btn-link p-0" aria-expanded="false" onClick={() => setIsExpandActionList(!isExpandActionList)}>
         <button type="button" className="btn btn-link p-0" aria-expanded="false" onClick={() => setIsExpandActionList(!isExpandActionList)}>
-          <span className={`material-symbols-outlined me-1 ${isExpandActionList ? 'fa-rotate-90' : ''}`}>navigate_next</span>
+          <span className={`material-symbols-outlined me-1 ${isExpandActionList ? 'grw-rotate-90' : ''}`}>navigate_next</span>
           { t('admin:audit_log_management.action_list') }
           { t('admin:audit_log_management.action_list') }
         </button>
         </button>
       </p>
       </p>

+ 1 - 1
apps/app/src/components/Admin/Security/SecuritySetting.jsx

@@ -296,7 +296,7 @@ class SecuritySetting extends React.Component {
                     aria-expanded="false"
                     aria-expanded="false"
                     onClick={() => this.setExpantOtherDeleteOptionsState(deletionType, !expantDeleteOptionsState)}
                     onClick={() => this.setExpantOtherDeleteOptionsState(deletionType, !expantDeleteOptionsState)}
                   >
                   >
-                    <span className={`material-symbols-outlined me-1 ${expantDeleteOptionsState ? 'fa-rotate-90' : ''}`}>navigate_next</span>
+                    <span className={`material-symbols-outlined me-1 ${expantDeleteOptionsState ? 'grw-rotate-90' : ''}`}>navigate_next</span>
                     { t('security_settings.other_options') }
                     { t('security_settings.other_options') }
                   </button>
                   </button>
                   <Collapse isOpen={expantDeleteOptionsState}>
                   <Collapse isOpen={expantDeleteOptionsState}>