瀏覽代碼

add growi-bot-kun to className

Shun Miyazawa 5 年之前
父節點
當前提交
c8b993d756
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

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

@@ -51,7 +51,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 src={GrowiBotKun} />
+                  <img className="growi-bot-kun" src={GrowiBotKun} />
                 </div>
               </div>
             )}