Skip to content

Update Community.js #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Community.js
  • Loading branch information
uiuxarghya committed Dec 3, 2021
commit cfcb2c3a9a1e5a6c60af258cb928b25e0c5c0955
10 changes: 5 additions & 5 deletions src/components/Community.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function Community() {
return (
<ul className="grid sm:grid-cols-2 gap-6 xl:gap-8">
<li>
<ul className="grid sm:grid-cols-2 gap-4 xl:gap-4">
<li className="bg-gray-100 hover:bg-gray-200 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
<a
href="https://github.com/javaistic/javaistic/discussions"
className="flex items-start space-x-4"
Expand All @@ -20,7 +20,7 @@ export function Community() {
</div>
</a>
</li>
<li>
<li className="bg-gray-100 hover:bg-indigo-100 px-4 py-4 rounded-xl transition ease-in-out duration-200">
<a href="/discord" className="flex items-start space-x-4">
<svg fill="currentColor" className="flex-none text-indigo-400 w-12 h-12">
<rect width="48" height="48" rx="12" />
Expand All @@ -41,7 +41,7 @@ export function Community() {
</div>
</a>
</li>
<li>
<li className="bg-gray-100 hover:bg-sky-100 px-4 py-4 rounded-xl transition ease-in-out duration-200">
<a href="https://twitter.com/javaistic" className="flex items-start space-x-4">
<svg fill="currentColor" className="flex-none text-sky-400 w-12 h-12">
<rect width="48" height="48" rx="12" />
Expand All @@ -57,6 +57,6 @@ export function Community() {
</div>
</a>
</li>
</ul>
</ul>
)
}
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