From ee78f501804bccac0c69ba659a0b6583feb532d8 Mon Sep 17 00:00:00 2001 From: adi-ray Date: Sat, 7 Oct 2023 12:14:53 +0530 Subject: [PATCH 1/2] Update new Twitter logo --- components/Footer.jsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index 5e396fb..bd2f08f 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -1,13 +1,15 @@ import React from "react"; import Link from "next/link"; + import { FaFacebook, - FaTwitter, FaYoutube, FaInstagram, FaLinkedin, FaGithub, -} from "react-icons/fa"; + FaXTwitter, +} from "react-icons/fa6"; +// import {FaXTwitter} from 'react-icons/fa6'; function Footer() { const socials = [ @@ -21,9 +23,9 @@ function Footer() { { name: "Twitter", link: "https://twitter.com/googledevs", - icon: , - hoverColor: "hover:text-blue-400", - darkhoverColor: "dark:hover:text-blue-400", + icon: , + hoverColor: "hover:text-black", + darkhoverColor: "dark:hover:text-white", }, { name: "Youtube", @@ -36,8 +38,8 @@ function Footer() { name: "Instagram", link: "https://www.instagram.com/gdsc_ju/", icon: , - hoverColor: "hover:text-purple-600", - darkhoverColor: "dark:hover:text-purple-600", + hoverColor: "hover:text-pink-600", + darkhoverColor: "dark:hover:text-pink-600", }, { name: "LinkedIn", From 4db0f822795d345f877b2a2680e0c3dec44f9aaf Mon Sep 17 00:00:00 2001 From: adi-ray Date: Sat, 7 Oct 2023 12:21:04 +0530 Subject: [PATCH 2/2] Fixed minor bugs in footer social icons --- components/Footer.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index adb470b..7907d90 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -2,12 +2,12 @@ import React from "react"; import Link from "next/link"; import { FaFacebook, - FaTwitter, FaYoutube, FaInstagram, FaLinkedin, FaGithub, -} from "react-icons/fa"; + FaXTwitter, +} from "react-icons/fa6"; function Footer() { const socials = [ @@ -21,9 +21,9 @@ function Footer() { { name: "Twitter", link: "https://twitter.com/googledevs", - icon: , - hoverColor: "hover:text-blue-400", - darkhoverColor: "dark:hover:text-blue-400", + icon: , + hoverColor: "hover:text-black", + darkhoverColor: "dark:hover:text-white", }, { name: 'Youtube', @@ -36,8 +36,8 @@ function Footer() { name: 'Instagram', link: 'https://www.instagram.com/gdsc_ju/', icon: , - hoverColor: "hover:text-purple-600", - darkhoverColor: "dark:hover:text-purple-600", + hoverColor: "hover:text-pink-600", + darkhoverColor: "dark:hover:text-pink-600", }, { name: 'LinkedIn',