From 35c6cdd115b3908b108d7e9be476eb3f1b4c411a Mon Sep 17 00:00:00 2001 From: Chandraprakash Darji Date: Mon, 14 Aug 2023 06:38:19 +0530 Subject: [PATCH] feat: threads social to footer (#736) --- src/components/layout/Footer.jsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 176c56b3..9b8375c4 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -8,6 +8,7 @@ import { FaTwitter, FaYoutube, } from 'react-icons/fa'; +import { MdAlternateEmail } from 'react-icons/md'; import { SiHashnode } from 'react-icons/si'; import clsxm from '@/lib/utils'; @@ -77,7 +78,7 @@ const Footer = () => { WeMakeDevs -
+
{links.map((link) => ( , + ariaLabel: 'Visit WeMakeDevs on Threads', + className: 'hover:text-[#333333]', + }, ];