diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index db09868b..3b5189c1 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -2,7 +2,7 @@ import { useRecoilValue } from 'recoil'; import github from '../assets/github.png'; import { Link } from 'react-router-dom'; import { loggedInState } from '../store/atoms/auth'; -import { CgProfile } from 'react-icons/cg'; +import {CgBoard , CgProfile} from 'react-icons/cg'; import { BsFilePost } from 'react-icons/bs'; import { FaHome } from 'react-icons/fa'; import { useTranslation } from 'react-i18next'; @@ -15,16 +15,28 @@ const Footer = () => { return (
-
-
-
- Styleshare Logo - - {t('footer.heading')} - +
+
+
+
+ Styleshare Logo + + {t('footer.heading')} + +
+
+
+ + github + + + + +
+
-
+

{t('footer.company')}

    @@ -51,6 +63,12 @@ const Footer = () => { +
  • + + {t('navbar.links.leaderboard')} + + +
@@ -69,18 +87,11 @@ const Footer = () => {
-
-
- - github - - - - -
-
-
{t('footer.copy1')} {currentYear}{t('footer.copy2')}
+
+
+ {t('footer.copy1')} {currentYear}{t('footer.copy2')} +
) } diff --git a/frontend/src/locales/en/translation.json b/frontend/src/locales/en/translation.json index bf30b4f8..1a577b67 100644 --- a/frontend/src/locales/en/translation.json +++ b/frontend/src/locales/en/translation.json @@ -41,7 +41,8 @@ "quick":"Quick Links", "q":{ "q1":"All Posts", - "q2":"User profile" + "q2":"User profile", + "q3": "Leader Board" }, "legal":"Legal Pages", "l":{