فهرست منبع

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') }}
             />