zahmis 5 лет назад
Родитель
Сommit
77aad7a953
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/client/js/components/PageEditorByHackmd.jsx

+ 3 - 1
src/client/js/components/PageEditorByHackmd.jsx

@@ -243,7 +243,9 @@ class PageEditorByHackmd extends React.Component {
       content = (
         <div>
           <p className="text-center hackmd-status-label"><i className="fa fa-file-text"></i> { t('hackmd.not_set_up')}</p>
-          <a href="https://docs.growi.org/ja/admin-guide/admin-cookbook/integrate-with-hackmd.html">{t('hackmd.need_to_associate_with_growi_to_use_hackmd_refer_to_this')}</a>
+          <a href="https://docs.growi.org/ja/admin-guide/admin-cookbook/integrate-with-hackmd.html">
+            {t('hackmd.need_to_associate_with_growi_to_use_hackmd_refer_to_this')}
+          </a>
         </div>
       );
     }