Skip to content

Commit cfcb2c3

Browse files
committed
Update Community.js
1 parent d0ab763 commit cfcb2c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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)