We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73c509 commit f83c5e9Copy full SHA for f83c5e9
1 file changed
src/components/HomePage.js
@@ -47,15 +47,15 @@ const HomePage = () => {
47
</p>
48
49
<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
+ 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
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 " />
+ <div className="font-semibold text-md xl:text-xl">
+ Join a meeting
+ </div>
+ <FaMeetup className="text-4xl m-2 " />
59
</a>
60
</div>
61
0 commit comments