Skip to content

Commit

Permalink
Update the CTA buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nworiekingslee committed Oct 12, 2022
1 parent b6e675e commit f027445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_API_KEY=key4zBc9Fooi6OI4A
REACT_APP_BASE=app6fOEFbjkn2CEeF
4 changes: 2 additions & 2 deletions src/components/Homepage/Community.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ function Community () {
<div className='flex justify-center gap-4'>
<a
href='https://t.me/+Ekm9DS5Ucb5mMmQ0'
className='block max-w-[223px] mt-4 bg-[#39B48B] py-3 px-10 text-white text-center join-channel'
className='block max-w-[223px] mt-4 bg-[#05B851] py-3 px-10 text-white text-center join-channel'
>
Join the Community
</a>
<a
href='https://t.me/+E8rcxi4DxEQxMTFk'
className='block max-w-[223px] mt-4 bg-[#39B48B] py-3 px-10 text-white text-center join-channel'
className='block max-w-[223px] mt-4 bg-[#05B851] py-3 px-10 text-white text-center join-channel'
>
Join the Channel
</a>
Expand Down

0 comments on commit f027445

Please sign in to comment.