Skip to content

Commit af30408

Browse files
authored
Merge pull request #46 from javaistic/update-community
Update Community.js
2 parents d0ab763 + cfcb2c3 commit af30408

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/Community.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function Community() {
22
return (
3-
<ul className="grid sm:grid-cols-2 gap-6 xl:gap-8">
4-
<li>
3+
<ul className="grid sm:grid-cols-2 gap-4 xl:gap-4">
4+
<li className="bg-gray-100 hover:bg-gray-200 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
55
<a
66
href="https://github.com/javaistic/javaistic/discussions"
77
className="flex items-start space-x-4"
@@ -20,7 +20,7 @@ export function Community() {
2020
</div>
2121
</a>
2222
</li>
23-
<li>
23+
<li className="bg-gray-100 hover:bg-indigo-100 px-4 py-4 rounded-xl transition ease-in-out duration-200">
2424
<a href="/discord" className="flex items-start space-x-4">
2525
<svg fill="currentColor" className="flex-none text-indigo-400 w-12 h-12">
2626
<rect width="48" height="48" rx="12" />
@@ -41,7 +41,7 @@ export function Community() {
4141
</div>
4242
</a>
4343
</li>
44-
<li>
44+
<li className="bg-gray-100 hover:bg-sky-100 px-4 py-4 rounded-xl transition ease-in-out duration-200">
4545
<a href="https://twitter.com/javaistic" className="flex items-start space-x-4">
4646
<svg fill="currentColor" className="flex-none text-sky-400 w-12 h-12">
4747
<rect width="48" height="48" rx="12" />
@@ -57,6 +57,6 @@ export function Community() {
5757
</div>
5858
</a>
5959
</li>
60-
</ul>
60+
</ul>
6161
)
6262
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy