Skip to content

Commit

Permalink
Merge pull request #26 from xchainjs/fix/discord-link
Browse files Browse the repository at this point in the history
update discord link
  • Loading branch information
Thorian1te authored Oct 18, 2024
2 parents f4898e4 + df82f5a commit b6bbdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function Home () {
</header>
<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>
<div className='flex flex-row mt-3 md:mt-8 gap-x-5 md:gap-x-12'>
<ButtonLink url='https://discord.com/channels/838986635756044328/915384547670102037' text='Contact'/>
<ButtonLink url='https://discord.com/invite/7RRmc35UEG' text='Contact'/>
<ButtonLink url='https://xchainjs.gitbook.io/xchainjs' text='Documentation' style='secundary'/>
</div>
</div>
Expand Down

0 comments on commit b6bbdcf

Please sign in to comment.