Skip to content

Commit 411db54

Browse files
committed
feat: Update footer section
1 parent 28c4098 commit 411db54

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

src/components/layout/footer.tsx

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Link from 'next/link';
2-
import { Github, Twitter, Linkedin, FolderTreeIcon } from 'lucide-react';
2+
import { FolderTreeIcon } from 'lucide-react';
33

44
const Footer = () => {
55
return (
@@ -20,7 +20,7 @@ const Footer = () => {
2020
</p>
2121
</div>
2222
<div>
23-
<h3 className="text-base sm:text-lg md:text-xl font-semibold mb-4">Quick Links</h3>
23+
<h3 className="text-base sm:text-lg md:text-xl font-semibold mb-4">Resources</h3>
2424
<ul className="space-y-2">
2525
<li>
2626
<Link href="/docs" className="hover:text-blue-400 transition-colors">
@@ -50,36 +50,18 @@ const Footer = () => {
5050
</ul>
5151
</div>
5252
<div>
53-
<h3 className="text-base sm:text-lg md:text-xl font-semibold mb-4">Social Links</h3>
54-
<div className="flex space-x-4">
55-
<a
56-
href="https://github.com/coder-ralph"
57-
target="_blank"
58-
rel="noopener noreferrer"
59-
aria-label="GitHub"
60-
className="hover:text-blue-400 transition-colors"
61-
>
62-
<Github className="h-6 w-6" />
63-
</a>
64-
<a
65-
href="https://x.com/coderralph"
66-
target="_blank"
67-
rel="noopener noreferrer"
68-
aria-label="Twitter"
69-
className="hover:text-blue-400 transition-colors"
70-
>
71-
<Twitter className="h-6 w-6" />
72-
</a>
53+
<h3 className="text-base sm:text-lg md:text-xl font-semibold mb-4">Contribute</h3>
54+
<p className="text-sm sm:text-base md:text-lg text-gray-600 dark:text-gray-300">
55+
Have a suggestion?{' '}
7356
<a
74-
href="https://www.linkedin.com/in/ralphrosael/"
57+
href="https://github.com/coder-ralph/RepoTree"
7558
target="_blank"
7659
rel="noopener noreferrer"
77-
aria-label="LinkedIn"
78-
className="hover:text-blue-400 transition-colors"
60+
className="text-blue-600 hover:text-blue-400 transition-colors"
7961
>
80-
<Linkedin className="h-6 w-6" />
62+
Contribute to the project!
8163
</a>
82-
</div>
64+
</p>
8365
</div>
8466
</div>
8567
<div className="mt-8 pt-8 border-t border-gray-200 dark:border-gray-700 text-center text-sm sm:text-base md:text-lg text-gray-600 dark:text-gray-300">

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