Skip to content

Commit f83c5e9

Browse files
committed
lint fixes
1 parent b73c509 commit f83c5e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/HomePage.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ const HomePage = () => {
4747
</p>
4848

4949
<a
50-
href="https://www.meetup.com/code-for-hawaii/"
51-
target="_blank"
52-
className="flex justify-center items-center max-w-md rounded-full px-7 my-6 shadow-lg
50+
href="https://www.meetup.com/code-for-hawaii/"
51+
target="_blank"
52+
className="flex justify-center items-center max-w-md rounded-full px-7 my-6 shadow-lg
5353
bg-gradient-to-tr from-orange-400 to bg-yellow-200 hover:scale-105"
5454
>
55-
<div className="font-semibold text-md xl:text-xl">
56-
Join a meeting
57-
</div>
58-
<FaMeetup className="text-4xl m-2 " />
55+
<div className="font-semibold text-md xl:text-xl">
56+
Join a meeting
57+
</div>
58+
<FaMeetup className="text-4xl m-2 " />
5959
</a>
6060
</div>
6161
</div>

0 commit comments

Comments
 (0)