Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyliec committed Feb 25, 2024
1 parent b73c509 commit f83c5e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ const HomePage = () => {
</p>

<a
href="https://www.meetup.com/code-for-hawaii/"
target="_blank"
className="flex justify-center items-center max-w-md rounded-full px-7 my-6 shadow-lg
href="https://www.meetup.com/code-for-hawaii/"
target="_blank"
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 " />
<div className="font-semibold text-md xl:text-xl">
Join a meeting
</div>
<FaMeetup className="text-4xl m-2 " />
</a>
</div>
</div>
Expand Down

0 comments on commit f83c5e9

Please sign in to comment.