|
|
@@ -14,7 +14,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
|
|
|
{props.slackWSNameInWithoutProxy != null && (
|
|
|
<div className="card slack-work-space-name-card">
|
|
|
<div className="m-2 text-center">
|
|
|
- <h5 className="font-weight-bold">{ props.slackWSNameInWithoutProxy }</h5>
|
|
|
+ <h5 className="font-weight-bold">{props.slackWSNameInWithoutProxy}</h5>
|
|
|
<img width={20} height={20} src="/images/slack-integration/growi-bot-kun-icon.png" />
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -25,7 +25,10 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
|
|
|
<div className="text-center w-25">
|
|
|
{props.isSetupSlackBot && (
|
|
|
<div className="mt-5">
|
|
|
- <p className="text-success"><small className="fa fa-check"> {t('admin:slack_integration.integration_sentence.integration_successful')}</small></p>
|
|
|
+ <p className="text-success small">
|
|
|
+ <i className="fa fa-check mr-1" />
|
|
|
+ {t('admin:slack_integration.integration_sentence.integration_successful')}
|
|
|
+ </p>
|
|
|
<hr className="align-self-center admin-border-success border-success"></hr>
|
|
|
</div>
|
|
|
)}
|