Skip to content

Commit b73c509

Browse files
authored
Merge pull request #64 from kahookele/expand-click-area
expanded the click area of the meetup button
2 parents be98619 + 75f281c commit b73c509

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

src/components/HomePage.js

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,17 @@ const HomePage = () => {
4646
No coding experience required
4747
</p>
4848

49-
<div
50-
className="flex justify-center items-center max-w-md rounded-full px-7 my-6 shadow-lg
51-
bg-gradient-to-tr from-orange-400 to bg-yellow-200 hover:scale-105"
52-
>
53-
<a
49+
<a
5450
href="https://www.meetup.com/code-for-hawaii/"
5551
target="_blank"
56-
className="font-semibold text-md xl:text-xl"
57-
>
58-
Join a meeting
59-
</a>
60-
<FaMeetup className="text-4xl m-2 " />
61-
</div>
52+
className="flex justify-center items-center max-w-md rounded-full px-7 my-6 shadow-lg
53+
bg-gradient-to-tr from-orange-400 to bg-yellow-200 hover:scale-105"
54+
>
55+
<div className="font-semibold text-md xl:text-xl">
56+
Join a meeting
57+
</div>
58+
<FaMeetup className="text-4xl m-2 " />
59+
</a>
6260
</div>
6361
</div>
6462
</section>

0 commit comments

Comments
 (0)