satof3 1 год назад
Родитель
Сommit
553cea2825

+ 1 - 1
apps/app/src/components/Admin/Common/AdminNavigation.tsx

@@ -32,7 +32,7 @@ const MenuLabel = ({ menu }: { menu: string }) => {
     case 'user-groups':              return <><span className="material-symbols-outlined me-1">group</span>{          t('user_group_management.user_group_management') }</>;
     case 'user-groups':              return <><span className="material-symbols-outlined me-1">group</span>{          t('user_group_management.user_group_management') }</>;
     case 'audit-log':                return <><span className="material-symbols-outlined me-1">feed</span>{            t('audit_log_management.audit_log')}</>;
     case 'audit-log':                return <><span className="material-symbols-outlined me-1">feed</span>{            t('audit_log_management.audit_log')}</>;
     case 'plugins':                  return <><span className="material-symbols-outlined me-1">extension</span>{          t('plugins.plugins')}</>;
     case 'plugins':                  return <><span className="material-symbols-outlined me-1">extension</span>{          t('plugins.plugins')}</>;
-    case 'ai-integration':           return <><span className="material-symbols-outlined me-1">psychology</span>{          t('ai_integration.ai_integration')}</>;
+    case 'ai-integration':           return <><span className="growi-custom-icons me-1 fs-6">growi_ai</span>{          t('ai_integration.ai_integration')}</>;
     case 'search':                   return <><span className="material-symbols-outlined me-1">search</span>{       t('full_text_search_management.full_text_search_management') }</>;
     case 'search':                   return <><span className="material-symbols-outlined me-1">search</span>{       t('full_text_search_management.full_text_search_management') }</>;
     case 'cloud':                    return <><span className="material-symbols-outlined me-1">share</span>{       t('cloud_setting_management.to_cloud_settings')} </>;
     case 'cloud':                    return <><span className="material-symbols-outlined me-1">share</span>{       t('cloud_setting_management.to_cloud_settings')} </>;
     default:                         return <><span className="material-symbols-outlined me-1">home</span>{            t('wiki_management_homepage') }</>;
     default:                         return <><span className="material-symbols-outlined me-1">home</span>{            t('wiki_management_homepage') }</>;

+ 1 - 1
apps/app/src/features/openai/chat/components/AiChatModal/MessageCard.tsx

@@ -27,7 +27,7 @@ const AssistantMessageCard = ({ children }: { children: string }): JSX.Element =
     <div className={`card border-0 ${moduleClass} ${assistantMessageCardModuleClass}`}>
     <div className={`card border-0 ${moduleClass} ${assistantMessageCardModuleClass}`}>
       <div className="card-body d-flex">
       <div className="card-body d-flex">
         <div className="me-2 me-lg-3">
         <div className="me-2 me-lg-3">
-          <span className="material-symbols-outlined grw-ai-icon rounded-pill p-1">psychology</span>
+          <span className="growi-custom-icons grw-ai-icon rounded-pill p-1">growi_ai</span>
         </div>
         </div>
 
 
         <div className="mt-1">
         <div className="mt-1">

+ 1 - 0
packages/custom-icons/svg/growi_ai.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><defs><style>.a,.b{fill:none;}.b{fill-rule:evenodd;}</style></defs><g transform="translate(-131 -627)"><path class="b" d="M15.2,2.081a2.084,2.084,0,0,1,4.167,0V17.919A2.089,2.089,0,0,1,17.288,20H15.2ZM3.184,3.372A4.117,4.117,0,0,1,6.56.042H6.539a3.991,3.991,0,0,1,4.522,3.267L13.957,20H11.6a1.785,1.785,0,0,1-1.75-1.436L9.31,15.838H4.705L3.872,20H2.663A2.161,2.161,0,0,1,.538,17.44ZM6.893,5.078,5.518,11.9h3L7.143,5.078A.126.126,0,0,0,6.893,5.078Z" transform="translate(132.5 629)"/></g></svg>