Browse Source

add font-weight-bold-tag

Shun Miyazawa 5 years ago
parent
commit
8687621d6c

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

@@ -47,7 +47,7 @@ const CustomBotWithoutProxySettings = (props) => {
           <div className="card-body p-2"> { slackWSNameInWithoutProxy &&
             <div className="card bg-warning border-primary mx-xl-5">
               <div className="m-2 text-center">
-                <h5>{ slackWSNameInWithoutProxy }</h5>
+                <h5 className="font-weight-bold">{ slackWSNameInWithoutProxy }</h5>
                 <GrowiLogo></GrowiLogo>
               </div>
             </div> }