فهرست منبع

Merge branch 'feat/growi-bot' into fix/able-to-test-not-setting-Secret-and-Token

zahmis 5 سال پیش
والد
کامیت
2bd55f0c27
1فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده
  1. 5 6
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

+ 5 - 6
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -137,12 +137,11 @@ const SlackIntegration = (props) => {
       <div className="selecting-bot-type my-5">
         <h2 className="admin-setting-header mb-4">
           {t('admin:slack_integration.selecting_bot_types.slack_bot')}
-          <span className="ml-2 btn-link">
-            <span className="mr-1">{t('admin:slack_integration.selecting_bot_types.detailed_explanation')}</span>
-            {/* TODO: add an appropriate link by GW-5614 */}
-            <i className="fa fa-external-link" aria-hidden="true"></i>
-          </span>
-
+          {/* TODO: add an appropriate link by GW-5614 */}
+          <a className="ml-2 btn-link" href="#">
+            {t('admin:slack_integration.selecting_bot_types.detailed_explanation')}
+            <i className="fa fa-external-link ml-1" aria-hidden="true"></i>
+          </a>
         </h2>
 
         {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}