File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
export function Community ( ) {
2
2
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" >
5
5
< a
6
6
href = "https://github.com/javaistic/javaistic/discussions"
7
7
className = "flex items-start space-x-4"
@@ -20,7 +20,7 @@ export function Community() {
20
20
</ div >
21
21
</ a >
22
22
</ 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" >
24
24
< a href = "/discord" className = "flex items-start space-x-4" >
25
25
< svg fill = "currentColor" className = "flex-none text-indigo-400 w-12 h-12" >
26
26
< rect width = "48" height = "48" rx = "12" />
@@ -41,7 +41,7 @@ export function Community() {
41
41
</ div >
42
42
</ a >
43
43
</ 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" >
45
45
< a href = "https://twitter.com/javaistic" className = "flex items-start space-x-4" >
46
46
< svg fill = "currentColor" className = "flex-none text-sky-400 w-12 h-12" >
47
47
< rect width = "48" height = "48" rx = "12" />
@@ -57,6 +57,6 @@ export function Community() {
57
57
</ div >
58
58
</ a >
59
59
</ li >
60
- </ ul >
60
+ </ ul >
61
61
)
62
62
}
You can’t perform that action at this time.
0 commit comments