Skip to content

Commit ba36881

Browse files
docs(website): change chat link to discord
1 parent 0cbba3a commit ba36881

File tree

1 file changed

+1
-5
lines changed
  • packages/overmind-website/src/components/Footer

1 file changed

+1
-5
lines changed

packages/overmind-website/src/components/Footer/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ const Footer: SFC = () => {
1919
</a>
2020
<div> Copyright © 2019 Christian Alfoni</div>
2121
</div>
22-
<a
23-
href="https://spectrum.chat/overmindjs"
24-
target="_new"
25-
className={styles.chat}
26-
>
22+
<a href="https://discord.gg/YKw9Kd" target="_new" className={styles.chat}>
2723
<Icon>chat</Icon>
2824
</a>
2925
</div>

0 commit comments

Comments
 (0)