Skip to content

Commit

Permalink
Merge pull request #66 from laina-protocol/feat/laina-discord-to-lander
Browse files Browse the repository at this point in the history
Feat: laina discord to lander
  • Loading branch information
Teolhyn authored Oct 28, 2024
2 parents 0db3792 + 6a58984 commit f05a681
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/pages/_landing/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ const LandingPage = () => (
</div>
</div>
<div className="md:w-1/2 pt-8 md:py-14 md:pl-14 my-auto">
<p className="text-lg md:text-xl mb-8 leading-relaxed tracking-tight">
Got a question? Ask us in the Stellar Dev Discord!
</p>
<NativeLinkButton to="https://discord.com/invite/stellardev" className="text-lg">
Join Stellar Discord
<p className="text-lg md:text-xl mb-8 leading-relaxed tracking-tight">Got a question? Ask us in our Discord!</p>
<NativeLinkButton to="https://discord.gg/gnUAFr3fUv" className="text-lg">
Join Laina's Discord
</NativeLinkButton>
</div>
</section>
Expand Down

0 comments on commit f05a681

Please sign in to comment.