Skip to content

Commit b66e794

Browse files
author
Hairyfeet
committed
chore: removed Linkedin from the contact secetion
1 parent e597a8d commit b66e794

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/components/sections/Contact/ContactSection.tsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SectionTitle, SocialLink } from '@/components/ui';
2-
import { FaGithub, FaLinkedin } from 'react-icons/fa';
2+
import { FaGithub } from 'react-icons/fa';
33
import { MdEmail } from 'react-icons/md';
44

55
export const ContactSection = () => (
@@ -24,11 +24,6 @@ export const ContactSection = () => (
2424
icon={MdEmail}
2525
className="text-white text-base sm:text-lg"
2626
/>
27-
<SocialLink
28-
href="https://www.linkedin.com/in/andrelikescomputers/"
29-
icon={FaLinkedin}
30-
className="text-white text-base sm:text-lg"
31-
/>
3227
<SocialLink
3328
href="https://github.com/estavadormir/"
3429
icon={FaGithub}

0 commit comments

Comments
 (0)