Skip to content

Commit

Permalink
fix: add link to docs (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jun 20, 2024
1 parent 0108748 commit db917bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webapp/src/views/organizations/apps/slack/SlackApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ export const SlackApp = () => {
<T keyName="slack_app_description" />
</div>

<Link>
<Link
href="https://tolgee.io/platform/integrations/slack_integration/about"
target="_blank"
rel="noreferrer noopener"
>
<T keyName="slack_app_docs_link" />
</Link>
</StyledHeader>
Expand Down

0 comments on commit db917bd

Please sign in to comment.