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]', + }, ];