Shun Miyazawa 4 лет назад
Родитель
Сommit
7d8c5ea017

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

@@ -85,7 +85,9 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
       <div className="card rounded-lg shadow border-0 w-50 admin-bot-card mb-0">
         <h5 className="card-title font-weight-bold mt-3 ml-4">GROWI App</h5>
         <div className="card-body p-4 mb-5 text-center">
-          <div className="btn btn-primary">{ props.siteName }</div>
+          <div className="border p-2 bg-primary text-light mx-5">
+            {props.siteName}
+          </div>
         </div>
       </div>
     </div>