From 6d42179d3e357735925fe92a8dfa81c95867ffb4 Mon Sep 17 00:00:00 2001 From: thrishank Date: Sun, 25 Feb 2024 16:40:45 +0530 Subject: [PATCH 1/6] fixed the footer visibility for smaller screens --- src/components/footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 5998f155c..71d7a7f89 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -95,7 +95,7 @@ const Footer = ({ <>
-
+
From 4d4f56d6a80ca7277e6b8593c4fdeccfcd23f6f9 Mon Sep 17 00:00:00 2001 From: thrishank Date: Mon, 26 Feb 2024 01:11:14 +0530 Subject: [PATCH 2/6] removed the redudant content and add the text(github) on top of the github version link --- src/components/footer/index.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 71d7a7f89..6c8ae1a42 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -1,7 +1,7 @@ import './footer.css'; import * as React from 'react'; -import { faBook, faDownload, faEnvelope, faQuestionCircle } from '@fortawesome/free-solid-svg-icons'; +import { faBook, faDownload, faEnvelope, faQuestionCircle, faCode } from '@fortawesome/free-solid-svg-icons'; import Button from 'react-bootstrap/Button'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { ModalProps } from 'react-bootstrap/Modal'; @@ -106,21 +106,15 @@ const Footer = ({
- {version} + {t('github ') + version}
-
- {t('Notice_Mistake')}{' '} - -
From f387d851d38aa341f65c8bfc04ef848b3130bbeb Mon Sep 17 00:00:00 2001 From: thrishank Date: Mon, 26 Feb 2024 19:16:09 +0530 Subject: [PATCH 3/6] updated the UI of the footer --- src/components/footer/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 6c8ae1a42..e6ed9f3d3 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -38,7 +38,7 @@ const FooterNav_ = ({ const { t } = useLocalization(); return ( -