Skip to content

Commit cb477e2

Browse files
Fix MeetUp link padding (#83)
1 parent 8727f69 commit cb477e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Team.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ const Team = () => {
8585
Be part of our story
8686
</h4>
8787
<p className="text-sm xl:text-xl py-4 lg:px-12 text-center xl:w-1/2">
88-
You can join any
88+
You can join any{" "}
8989
<a
9090
href="#join"
91-
className="text-orange-500 hover:text-cyan-400 hover:underline underline-offset-4 px-2"
91+
className="text-orange-500 hover:text-cyan-400 hover:underline underline-offset-4"
9292
>
9393
MeetUp
9494
</a>{" "}

0 commit comments

Comments
 (0)