Skip to content

Commit

Permalink
Fix MeetUp link padding
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTamaki authored Jul 2, 2024
1 parent 3313827 commit b6632d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const Team = () => {
Be part of our story
</h4>
<p className="text-sm xl:text-xl py-4 lg:px-12 text-center xl:w-1/2">
You can join any
You can join any{" "}
<a
href="#join"
className="text-orange-500 hover:text-cyan-400 hover:underline underline-offset-4 px-2"
className="text-orange-500 hover:text-cyan-400 hover:underline underline-offset-4"
>
MeetUp
</a>{" "}
Expand Down

0 comments on commit b6632d9

Please sign in to comment.