Shun Miyazawa 5 ani în urmă
părinte
comite
a4e5d09f32

+ 2 - 2
src/client/js/components/Admin/SlackIntegration/CustomBotWithProxySettings.jsx

@@ -19,7 +19,7 @@ const CustomBotWithProxySettings = (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 m-3">Slack</h5>
+          <h5 className="card-title font-weight-bold mt-3 ml-4">Slack</h5>
           <div className="card-body p-4"></div>
         </div>
 
@@ -46,7 +46,7 @@ const CustomBotWithProxySettings = (props) => {
         </div>
 
         <div className="card rounded-lg shadow border-0 w-50 admin-bot-card">
-          <h5 className="card-title font-weight-bold m-3">GROWI App</h5>
+          <h5 className="card-title font-weight-bold mt-3 ml-4">GROWI App</h5>
           <div className="card-body p-4 text-center">
             <a className="btn btn-primary mb-5">WESEEK Inner Wiki</a>
           </div>