Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
docs(documentation): fix discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Schenk committed Apr 27, 2020
1 parent 1d342d0 commit b97763e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class SdkPlayground extends PureComponent {
<>
<iframe ref={this.setIframeRef} id={iframeId} title="code" height="0" width="0" style={{ display: 'none' }} />
<FlexBox align="flex-end">
<TextButton size="s" href="https://discord.gg/65pgmS" text="Need help? Join our DISCORD!" />
<TextButton size="s" href="https://discord.gg/wtTgTZk" text="Need help? Join our DISCORD!" />
</FlexBox>
<Block className={styles.wrapper} background="white" borderRadius="xs" hasBorder>
<SdkPlaygroundControls
Expand Down

0 comments on commit b97763e

Please sign in to comment.