Skip to content

Commit

Permalink
Merge pull request #64 from kahookele/expand-click-area
Browse files Browse the repository at this point in the history
expanded the click area of the meetup button
  • Loading branch information
tyliec authored Feb 25, 2024
2 parents be98619 + 75f281c commit b73c509
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/components/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,17 @@ const HomePage = () => {
No coding experience required
</p>

<div
className="flex justify-center items-center max-w-md rounded-full px-7 my-6 shadow-lg
bg-gradient-to-tr from-orange-400 to bg-yellow-200 hover:scale-105"
>
<a
<a
href="https://www.meetup.com/code-for-hawaii/"
target="_blank"
className="font-semibold text-md xl:text-xl"
>
Join a meeting
</a>
<FaMeetup className="text-4xl m-2 " />
</div>
className="flex justify-center items-center max-w-md rounded-full px-7 my-6 shadow-lg
bg-gradient-to-tr from-orange-400 to bg-yellow-200 hover:scale-105"
>
<div className="font-semibold text-md xl:text-xl">
Join a meeting
</div>
<FaMeetup className="text-4xl m-2 " />
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit b73c509

Please sign in to comment.