|
|
@@ -14,7 +14,7 @@ const CustomBotWithProxyConnectionStatus = (props) => {
|
|
|
<div className="d-flex justify-content-center my-5 bot-integration">
|
|
|
|
|
|
<div className="card rounded shadow border-0 w-50 admin-bot-card">
|
|
|
- <h5 className="card-title font-weight-bold mt-3 ml-4">Slack</h5>
|
|
|
+ <h5 className="card-title font-weight-bold mt-3 ml-3">Slack</h5>
|
|
|
<div className="card-body px-5">
|
|
|
{connectionStatusValues.map((connectionStatus, i) => {
|
|
|
const workspaceName = connectionStatus.workspaceName || `Settings #${i}`;
|
|
|
@@ -36,14 +36,11 @@ const CustomBotWithProxyConnectionStatus = (props) => {
|
|
|
</div>
|
|
|
|
|
|
<div className="card rounded-lg shadow border-0 w-50 admin-bot-card">
|
|
|
- <div className="row">
|
|
|
- <h5 className="card-title font-weight-bold mt-3 ml-4 col">GROWI App</h5>
|
|
|
- <div className="pull-right mt-3 mr-3">
|
|
|
- <a className="icon-fw fa fa-repeat fa-2x"></a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <h5 className="card-title font-weight-bold mt-3 ml-3">GROWI App
|
|
|
+ <a className="icon-fw fa fa-repeat float-md-right ml-2 mr-sm-3 fa-sm-lg"></a>
|
|
|
+ </h5>
|
|
|
<div className="card-body text-center">
|
|
|
- <div className="mt-5 border p-2 mx-3 bg-primary text-light">
|
|
|
+ <div className="mx-md-3 my-4 my-lg-5 p-2 border bg-primary text-light">
|
|
|
{siteName}
|
|
|
</div>
|
|
|
</div>
|