Browse Source

add text-success to className

Shun Miyazawa 5 years ago
parent
commit
b538bb9818

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

@@ -68,7 +68,7 @@ const CustomBotWithoutProxySettings = (props) => {
         {/* ----------------- start ----------------- */}
         {/* ----------------- start ----------------- */}
 
 
         <div className="text-center w-25 mt-5">
         <div className="text-center w-25 mt-5">
-          <p className="text-secondary"><small className="fa fa-check"> {t('admin:slack_integration.integration_sentence.integration_sucessed')}</small></p>
+          <p className="text-success"><small className="fa fa-check"> {t('admin:slack_integration.integration_sentence.integration_sucessed')}</small></p>
           <hr className="border-danger align-self-center admin-border"></hr>
           <hr className="border-danger align-self-center admin-border"></hr>
         </div>
         </div>