We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e597a8d commit b66e794Copy full SHA for b66e794
app/components/sections/Contact/ContactSection.tsx
@@ -1,5 +1,5 @@
1
import { SectionTitle, SocialLink } from '@/components/ui';
2
-import { FaGithub, FaLinkedin } from 'react-icons/fa';
+import { FaGithub } from 'react-icons/fa';
3
import { MdEmail } from 'react-icons/md';
4
5
export const ContactSection = () => (
@@ -24,11 +24,6 @@ export const ContactSection = () => (
24
icon={MdEmail}
25
className="text-white text-base sm:text-lg"
26
/>
27
- <SocialLink
28
- href="https://www.linkedin.com/in/andrelikescomputers/"
29
- icon={FaLinkedin}
30
- className="text-white text-base sm:text-lg"
31
- />
32
<SocialLink
33
href="https://github.com/estavadormir/"
34
icon={FaGithub}
0 commit comments