소스 검색

change text-warning to text-danger

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

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

@@ -35,7 +35,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
 
           <p className="mt-4">
             <small
-              className="text-warning m-0"
+              className="text-danger m-0"
               // eslint-disable-next-line react/no-danger
               dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }}
             />