From 6b5802a20fceeda30d0b698e9d39502ae52cc8a6 Mon Sep 17 00:00:00 2001 From: Bhavy_Zala Date: Sat, 29 Jun 2024 16:47:09 +0530 Subject: [PATCH 1/4] Copyright icon added --- frontend/src/components/Footer.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 80e34eae..d90e38df 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -4,7 +4,7 @@ import { Link } from "react-router-dom"; import { loggedInState } from '../store/atoms/auth'; import { CgProfile } from 'react-icons/cg'; import { BsFilePost } from 'react-icons/bs'; -import { FaHome } from 'react-icons/fa'; +import { FaHome ,FaRegCopyright } from 'react-icons/fa'; import { useTranslation } from 'react-i18next'; import logo from "../assets/favicon.png"; @@ -86,9 +86,12 @@ const Footer = () => { -
- {t('footer.copy1')} {currentYear} {t('footer.copy2')} -
+
+ + + {t('footer.copy1')} {currentYear} {t('footer.copy2')} + +
) } From 365fea6c6b4c985462d2e3a81952db393c7686a4 Mon Sep 17 00:00:00 2001 From: Bhavy_Zala Date: Sat, 29 Jun 2024 19:46:19 +0530 Subject: [PATCH 2/4] fix copryright --- frontend/src/components/Footer.tsx | 9 +++------ frontend/src/components/TestimonialSlider.tsx | 5 ++--- frontend/src/locales/en/translation.json | 2 +- frontend/src/locales/guj/translation.json | 2 +- frontend/src/locales/hi/translation.json | 2 +- frontend/src/locales/mh/translation.json | 2 +- frontend/src/locales/tam/translation.json | 2 +- frontend/src/locales/tel/translation.json | 2 +- frontend/src/locales/ur/translation.json | 2 +- frontend/src/locales/wb/translation.json | 2 +- 10 files changed, 13 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index d90e38df..d00b0d4d 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -78,19 +78,16 @@ const Footer = () => {
- + github - +
- - - {t('footer.copy1')} {currentYear} {t('footer.copy2')} - + {t('footer.copy1')} {currentYear} {t('footer.copy2')}
) diff --git a/frontend/src/components/TestimonialSlider.tsx b/frontend/src/components/TestimonialSlider.tsx index 42b678dd..9ceda7fc 100644 --- a/frontend/src/components/TestimonialSlider.tsx +++ b/frontend/src/components/TestimonialSlider.tsx @@ -77,7 +77,7 @@ const TestimonialSlider: React.FC = () => {

{testimonialsData.title}