|
|
@@ -28,7 +28,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div className="text-center w-25">
|
|
|
+ <div className="text-center w-25 mt-5">
|
|
|
{props.isSlackScopeSet && (
|
|
|
<p className="text-success small">
|
|
|
<i className="fa fa-check mr-1" />
|
|
|
@@ -42,6 +42,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
|
|
|
dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }}
|
|
|
/>
|
|
|
)}
|
|
|
+
|
|
|
<div className="pt-2">
|
|
|
<div className="position-relative mt-5">
|
|
|
<div className="circle position-absolute bg-primary border-light">
|