Explorar el Código

Replace with account_tree icons

satof3 hace 2 años
padre
commit
03a8baa7e2

+ 1 - 1
apps/app/src/components/PageAlert/PageGrantAlert.tsx

@@ -37,7 +37,7 @@ export const PageGrantAlert = (): JSX.Element => {
       if (pageData.grant === 5) {
         return (
           <>
-            <i className="icon-fw icon-organization"></i>
+            <span className="material-symbols-outlined">account_tree</span>
             <strong>{
               populatedGrantedGroups().map(g => g.item.name).join(', ')
             }

+ 1 - 1
apps/app/src/components/SavePageControls/GrantSelector/GrantSelector.tsx

@@ -137,7 +137,7 @@ export const GrantSelector = (props: Props): JSX.Element => {
     if (userRelatedGrantedGroups != null && userRelatedGrantedGroups.length > 0) {
       const labelElm = (
         <span>
-          <i className="icon icon-fw icon-organization"></i>
+          <span className="material-symbols-outlined">account_tree</span>
           <span className="label">
             {userRelatedGrantedGroups.length > 1
               ? (