Shun Miyazawa 5 년 전
부모
커밋
39b356aa3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

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

@@ -50,7 +50,7 @@ const CustomBotWithoutProxySettings = (props) => {
               <div className="card p-20 slack-work-space-name-card">
                 <div className="m-2 text-center">
                   <h5 className="font-weight-bold">{ slackWSNameInWithoutProxy }</h5>
-                  <img width={20} height={20} src={'/images/slack-integration/growi-bot-kun-icon.png'} />
+                  <img width={20} height={20} src='/images/slack-integration/growi-bot-kun-icon.png' />
                 </div>
               </div>
             )}