We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a01365 commit 91142ceCopy full SHA for 91142ce
1 file changed
src/components/CommunitySection/index.js
@@ -117,7 +117,10 @@ export default function CommunitySection({ adopterCount }) {
117
Become an Adopter
118
<FontAwesomeIcon icon={faCloudUpload} className={styles.btn__icon} />
119
</a>
120
- <a className={clsx("btn btn-primary btn-outline", styles.btn)} href="https://discord.gg/WfRyazju">
+ <a
121
+ className={clsx("btn btn-primary btn-outline", styles.btn)}
122
+ href="https://discord.com/invite/RJNYJsEgnb"
123
+ >
124
Chat with our Community
125
<FontAwesomeIcon icon={faDiscord} className={styles.btn__icon} />
126
0 commit comments