فهرست منبع

add GrowiLogo

Shun Miyazawa 5 سال پیش
والد
کامیت
8268f87459
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

+ 2 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -7,6 +7,7 @@ import { withUnstatedContainers } from '../../UnstatedUtils';
 import { toastError } from '../../../util/apiNotification';
 import { toastError } from '../../../util/apiNotification';
 import SlackGrowiBridging from './SlackGrowiBridging';
 import SlackGrowiBridging from './SlackGrowiBridging';
 import CustomBotWithoutProxySettingsAccordion, { botInstallationStep } from './CustomBotWithoutProxySettingsAccordion';
 import CustomBotWithoutProxySettingsAccordion, { botInstallationStep } from './CustomBotWithoutProxySettingsAccordion';
+import GrowiLogo from '../../Icons/GrowiLogo';
 
 
 const CustomBotWithoutProxySettings = (props) => {
 const CustomBotWithoutProxySettings = (props) => {
   const { appContainer } = props;
   const { appContainer } = props;
@@ -47,7 +48,7 @@ const CustomBotWithoutProxySettings = (props) => {
             <div className="card bg-warning border-primary mx-xl-5">
             <div className="card bg-warning border-primary mx-xl-5">
               <div className="m-2 text-center">
               <div className="m-2 text-center">
                 <h5 className="">WESEEK WorkSpace</h5>
                 <h5 className="">WESEEK WorkSpace</h5>
-                <div className="icon-fw fa fa-repeat"></div>
+                <GrowiLogo></GrowiLogo>
               </div>
               </div>
             </div>
             </div>
           </div>
           </div>