|
@@ -25,7 +25,7 @@ const BotCreateProcess = () => {
|
|
|
<div className="my-5 d-flex flex-column align-items-center">
|
|
<div className="my-5 d-flex flex-column align-items-center">
|
|
|
<button type="button" className="btn btn-primary text-nowrap" onClick={() => window.open('https://api.slack.com/apps', '_blank')}>
|
|
<button type="button" className="btn btn-primary text-nowrap" onClick={() => window.open('https://api.slack.com/apps', '_blank')}>
|
|
|
{t('admin:slack_integration.accordion.create_bot')}
|
|
{t('admin:slack_integration.accordion.create_bot')}
|
|
|
- <i className="fa fa-external-link ms-2" aria-hidden="true" />
|
|
|
|
|
|
|
+ <span className="growi-custom-icons ms-2"><small>external_link</small></span>
|
|
|
</button>
|
|
</button>
|
|
|
<a
|
|
<a
|
|
|
href={t('admin:slack_integration.docs_url.custom_bot_with_proxy_setting')}
|
|
href={t('admin:slack_integration.docs_url.custom_bot_with_proxy_setting')}
|
|
@@ -35,7 +35,7 @@ const BotCreateProcess = () => {
|
|
|
<p className="text-center mt-1">
|
|
<p className="text-center mt-1">
|
|
|
<small>
|
|
<small>
|
|
|
{t('admin:slack_integration.accordion.how_to_create_a_bot')}
|
|
{t('admin:slack_integration.accordion.how_to_create_a_bot')}
|
|
|
- <i className="fa fa-external-link ms-2" aria-hidden="true" />
|
|
|
|
|
|
|
+ <span className="growi-custom-icons ms-2"><small><small>external_link</small></small></span>
|
|
|
</small>
|
|
</small>
|
|
|
</p>
|
|
</p>
|
|
|
</a>
|
|
</a>
|
|
@@ -49,7 +49,7 @@ const BotInstallProcessForOfficialBot = () => {
|
|
|
<div className="my-5 d-flex flex-column align-items-center">
|
|
<div className="my-5 d-flex flex-column align-items-center">
|
|
|
<button type="button" className="btn btn-primary text-nowrap" onClick={() => window.open('https://slackbot-proxy.growi.org/', '_blank')}>
|
|
<button type="button" className="btn btn-primary text-nowrap" onClick={() => window.open('https://slackbot-proxy.growi.org/', '_blank')}>
|
|
|
{t('admin:slack_integration.accordion.install_now')}
|
|
{t('admin:slack_integration.accordion.install_now')}
|
|
|
- <i className="fa fa-external-link ms-2" aria-hidden="true" />
|
|
|
|
|
|
|
+ <span className="growi-custom-icons ms-2"><small>external_link</small></span>
|
|
|
</button>
|
|
</button>
|
|
|
<a
|
|
<a
|
|
|
href={t('admin:slack_integration.docs_url.official_bot_setting')}
|
|
href={t('admin:slack_integration.docs_url.official_bot_setting')}
|
|
@@ -59,7 +59,7 @@ const BotInstallProcessForOfficialBot = () => {
|
|
|
<p className="text-center mt-1">
|
|
<p className="text-center mt-1">
|
|
|
<small>
|
|
<small>
|
|
|
{t('admin:slack_integration.accordion.how_to_install')}
|
|
{t('admin:slack_integration.accordion.how_to_install')}
|
|
|
- <i className="fa fa-external-link ms-2" aria-hidden="true" />
|
|
|
|
|
|
|
+ <span className="growi-custom-icons ms-2"><small><small>external_link</small></small></span>
|
|
|
</small>
|
|
</small>
|
|
|
</p>
|
|
</p>
|
|
|
</a>
|
|
</a>
|