Skip to content

Commit

Permalink
Merge pull request #335 from zalabhavy/copyrightfix
Browse files Browse the repository at this point in the history
Copyrightfix
  • Loading branch information
Ultimateutkarsh11 authored Jun 30, 2024
2 parents 9d6a6d0 + aa6746a commit e79016e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -87,7 +87,7 @@ const Footer = () => {
</div>
</div>
<div className='mt-10 text-gray-300 xl:flex justify-center text-md lg:text-xl xl:text-md'>
{t('footer.copy1')} {currentYear} {t('footer.copy2')}
{t('footer.copy1')} <FaRegCopyright className="ml-2 mr-1 mt-1" /> {currentYear} {t('footer.copy2')}
</div>
</div>
)
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/TestimonialSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ const TestimonialSlider: React.FC = () => {
};

export default TestimonialSlider;

2 changes: 1 addition & 1 deletion frontend/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"le3":"Cookie Policy"
},
"copy1":"Copyright ",
"copy2":" @ Style Share"
"copy2":"Style Share"
},
"PostHeading":"Recent Posts Added",
"allPosts":{
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/guj/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"le3": "કુકી નીતિ"
},
"copy1": "કૉપીરાઇટ ",
"copy2": " @ સ્ટાઇલ શેર"
"copy2": "સ્ટાઇલ શેર"
},
"PostHeading": "તાજેતરના પોસ્ટ્સ ઉમેરી દીધા છે",
"allPosts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"le3": "कुकी नीति"
},
"copy1": "कॉपीराइट ",
"copy2": " @ स्टाइल शेयर"
"copy2": "स्टाइल शेयर"
},
"PostHeading": "हाल के जोड़ी गई पोस्ट",
"allPosts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/mh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"le3":"कुकीची धोरण"
},
"copy1":"कॉपीराइट ",
"copy2":" @ स्टाइल सामायिकी"
"copy2":"स्टाइल सामायिकी"
},
"PostHeading":"नवीनतम पोस्ट्स जोडले गेले",
"allPosts":{
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/tam/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"le3": "குக்கீ கொள்கை"
},
"copy1": "பதிப்புரிமை ",
"copy2": " @ ஸ்டைல் பகிர்வு"
"copy2": "ஸ்டைல் பகிர்வு"
},
"PostHeading": "சமீபத்திய பதிவுகள் சேர்க்கப்பட்டது",
"allPosts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/tel/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"le3": "కుకీ విధిలు"
},
"copy1": "ప్రత్యేకస్వాధీనం ",
"copy2": " @ శైలి షేర్"
"copy2": "శైలి షేర్"
},
"PostHeading": "తాజా పోస్టులు చేర్చబడినవి",
"allPosts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/ur/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"le3": "کوکی پالیسی"
},
"copy1": "کا کاپی رائٹ ",
"copy2": " @ اسٹائل شیئر"
"copy2": "اسٹائل شیئر"
},
"PostHeading": "حال ہی میں شامل کی گئی پوسٹس",
"allPosts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/wb/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"le3": "কুকি নীতি"
},
"copy1": "কপিরাইট ",
"copy2": " @ স্টাইল শেয়ার"
"copy2": "স্টাইল শেয়ার"
},
"PostHeading": "সাম্প্রতিক যুক্ত পোস্টসমূহ",
"allPosts": {
Expand Down

0 comments on commit e79016e

Please sign in to comment.