From e21312b4bd09fff63ade43487ea564bd661fc522 Mon Sep 17 00:00:00 2001 From: manikumarreddyu <133508962+manikumarreddyu@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:00:05 +0530 Subject: [PATCH] ui part done --- frontend/src/components/Footer.jsx | 4 ++-- frontend/src/components/Prices.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index 31510b39..f41e8def 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -2,7 +2,7 @@ import React from 'react'; import { Link } from "react-router-dom"; import playstore from "../assets/favicon2.png"; import { FaHome, FaGithub, FaRegCopyright, FaDiscord, FaLinkedinIn } from 'react-icons/fa'; -import { FaTwitter } from 'react-icons/fa6'; // Corrected import for Twitter icon +import { FaXTwitter } from 'react-icons/fa6'; // Corrected import for Twitter icon const Footer = () => { const currentYear = new Date().getFullYear(); @@ -27,7 +27,7 @@ const Footer = () => { const socialMedia = [ { Icon: FaGithub, link: 'https://github.com/manikumarreddyu/AgroTech-AI', color: '#333' }, { Icon: FaDiscord, link: 'https://discord.gg/yRPQDDP6', color: '#7289DA' }, - { Icon: FaTwitter, link: 'https://twitter.com/YourTwitterHandle', color: '#1DA1F2' }, // Updated to FaTwitter + { Icon: FaXTwitter, link: 'https://twitter.com/YourTwitterHandle', color: '#1DA1F2' }, // Updated to FaTwitter { Icon: FaLinkedinIn, link: 'https://www.linkedin.com/in/manikumarreddyu', color: '#0077B5' }, ]; diff --git a/frontend/src/components/Prices.jsx b/frontend/src/components/Prices.jsx index 20c1aaca..d6250d6f 100644 --- a/frontend/src/components/Prices.jsx +++ b/frontend/src/components/Prices.jsx @@ -70,7 +70,7 @@ const Prices = () => { />

₹{ele[1]}

-

+

{ele[2]}%