From 520669427ebe2f1e7a4e3f16854821c41e0852ee Mon Sep 17 00:00:00 2001 From: Thalla Jayanth <121346142+jayanththalla@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:10:48 +0530 Subject: [PATCH] Update Footer.jsx --- frontend/src/components/Footer.jsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index 12eb4934..ae423e71 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -39,8 +39,10 @@ const Footer = () => { -
-

Quick Links

+
+

+ Quick Links +

+

Connect with us

- {[ + {[ { Icon: FaGithub, link: '/', color: '#333' }, { Icon: FaDiscord, link: '/', color: '#7289DA' }, { Icon: FaTwitter, link: '/', color: '#1DA1F2' }, @@ -76,7 +79,7 @@ const Footer = () => { key={index} href={link} className="p-2 rounded-full transition-all duration-300 transform hover:scale-110 hover:rotate-12" - style={{ + style={{ backgroundColor: 'white', color: color, boxShadow: '0 0 0 0 rgba(255,255,255,0.7)' @@ -125,4 +128,4 @@ const Footer = () => { ); }; -export default Footer; \ No newline at end of file +export default Footer;