Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the CTA buttons #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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