|
@@ -40,7 +40,7 @@ const BotInstallProcessForOfficialBot = () => {
|
|
|
return (
|
|
return (
|
|
|
<div className="my-5 d-flex flex-column align-items-center">
|
|
<div className="my-5 d-flex flex-column align-items-center">
|
|
|
{/* TODO: Insert install link */}
|
|
{/* TODO: Insert install link */}
|
|
|
- <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://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 ml-2" aria-hidden="true" />
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
|
</button>
|
|
</button>
|