Răsfoiți Sursa

move button

Shun Miyazawa 4 ani în urmă
părinte
comite
da1c0db3d0

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

@@ -134,6 +134,8 @@ const SlackIntegration = (props) => {
           </a>
         </h2>
 
+        {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
+
         {(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (
           <button
             className="mx-3 btn text-danger border-danger"
@@ -142,8 +144,6 @@ const SlackIntegration = (props) => {
           </button>
         )}
 
-        {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
-
         <div className="row my-5 flex-wrap-reverse justify-content-center">
           {botTypes.map((botType) => {
             return (