diff --git a/src/Components/Footer/Footer.css b/src/Components/Footer/Footer.css index b1e8919..ad2d8bc 100644 --- a/src/Components/Footer/Footer.css +++ b/src/Components/Footer/Footer.css @@ -190,7 +190,8 @@ } .subscription-message { - color: #28a745; /* Green color for success message */ + font-weight:600; + color: #ffff00; margin-top: 10px; /* Space above the message */ } diff --git a/src/Components/Footer/Footer.jsx b/src/Components/Footer/Footer.jsx index d7afa3b..15acbd8 100644 --- a/src/Components/Footer/Footer.jsx +++ b/src/Components/Footer/Footer.jsx @@ -2,6 +2,7 @@ import { useEffect, useState } from "react"; import "./Footer.css"; import logo from "../../assets/logo2.png"; import { FaGithub, FaLinkedin, FaFacebook, FaTwitter, FaInstagram } from "react-icons/fa"; +import twitterIcon from '../../assets/twitter.png'; import { NavLink, useNavigate } from "react-router-dom"; import { scroller } from "react-scroll"; import Visitors from "../Visitors"; @@ -159,21 +160,22 @@ const Footer = () => {