|
@@ -26,7 +26,7 @@ export const CustomBotWithoutProxyConnectionStatus = (props: CustomBotWithoutPro
|
|
|
return (
|
|
return (
|
|
|
<div className="row justify-content-center my-5 bot-integration">
|
|
<div className="row justify-content-center my-5 bot-integration">
|
|
|
<div className="card rounded shadow col-4 border-0 admin-bot-card mb-0">
|
|
<div className="card rounded shadow col-4 border-0 admin-bot-card mb-0">
|
|
|
- <h5 className="card-title fw-bold mt-3 ms-4 text-center">Slack</h5>
|
|
|
|
|
|
|
+ <h5 className="card-title fw-bold mt-3 text-center">Slack</h5>
|
|
|
<div className="card-body px-4 text-center mx-md-5">
|
|
<div className="card-body px-4 text-center mx-md-5">
|
|
|
{totalCount > 0 ? (
|
|
{totalCount > 0 ? (
|
|
|
<div className="card slack-work-space-name-card">
|
|
<div className="card slack-work-space-name-card">
|
|
@@ -34,7 +34,7 @@ export const CustomBotWithoutProxyConnectionStatus = (props: CustomBotWithoutPro
|
|
|
<h5 className="fw-bold">
|
|
<h5 className="fw-bold">
|
|
|
{workspaceName != null ? workspaceName : 'Settings #1'}
|
|
{workspaceName != null ? workspaceName : 'Settings #1'}
|
|
|
</h5>
|
|
</h5>
|
|
|
- <Image width={20} height={20} src="/images/slack-integration/growi-bot-kun-icon.png" />
|
|
|
|
|
|
|
+ <Image width={20} height={20} src="/images/slack-integration/growi-bot-kun-icon.png" alt="" />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
) : ''}
|
|
) : ''}
|
|
@@ -46,7 +46,7 @@ export const CustomBotWithoutProxyConnectionStatus = (props: CustomBotWithoutPro
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="card rounded-3 shadow col-4 border-0 admin-bot-card mb-0">
|
|
<div className="card rounded-3 shadow col-4 border-0 admin-bot-card mb-0">
|
|
|
- <h5 className="card-title fw-bold mt-3 ms-4 text-center">GROWI App</h5>
|
|
|
|
|
|
|
+ <h5 className="card-title fw-bold mt-3 text-center">GROWI App</h5>
|
|
|
<div className="card-body p-4 text-center">
|
|
<div className="card-body p-4 text-center">
|
|
|
<div className="border p-2 bg-primary text-light mx-md-5">
|
|
<div className="border p-2 bg-primary text-light mx-md-5">
|
|
|
{siteName}
|
|
{siteName}
|