Skip to content

Commit b6bbdcf

Browse files
authored
Merge pull request #26 from xchainjs/fix/discord-link
update discord link
2 parents f4898e4 + df82f5a commit b6bbdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function Home () {
199199
</header>
200200
<p className='text-center mt-3 md:mt-6'>Ideas brewing? Feature request or a new integration on your mind? Do you want to know more?</p>
201201
<div className='flex flex-row mt-3 md:mt-8 gap-x-5 md:gap-x-12'>
202-
<ButtonLink url='https://discord.com/channels/838986635756044328/915384547670102037' text='Contact'/>
202+
<ButtonLink url='https://discord.com/invite/7RRmc35UEG' text='Contact'/>
203203
<ButtonLink url='https://xchainjs.gitbook.io/xchainjs' text='Documentation' style='secundary'/>
204204
</div>
205205
</div>

0 commit comments

Comments
 (0)