소스 검색

add icon for smart phone

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

+ 3 - 3
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxyIntegrationCard.jsx

@@ -34,9 +34,9 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
           />
         </div>
 
-        {/* <div className="d-block d-lg-none">
-          <p>smartPhone size</p>
-        </div> */}
+        <div className="d-block d-lg-none">
+          <i className="fa fa-info-circle text-danger" />
+        </div>
 
         <hr className="align-self-center admin-border-danger border-danger"></hr>