diff --git a/client/src/component/Footer.jsx b/client/src/component/Footer.jsx index 11c5c83..1e3eba0 100644 --- a/client/src/component/Footer.jsx +++ b/client/src/component/Footer.jsx @@ -7,29 +7,29 @@ import { FaGithub, FaLinkedin, FaYoutube } from 'react-icons/fa'; const Footer = (props) => { return ( <> -
-
+
+
-
+
-

BITBOX

-

Empowering Developers,
- Where Projects Find solution together

- +

BITBOX

+

Empowering Developers,
+ Where Projects Find solution together

+
@@ -37,10 +37,10 @@ const Footer = (props) => {
About
  • - Contact Us + Contact Us
  • - Code of Conduct + Code of Conduct
@@ -48,13 +48,13 @@ const Footer = (props) => {
Legals
  • - Feedback + Feedback
  • - Privacy Policy + Privacy Policy
  • -
  • Terms of use
  • +
  • Terms of use
@@ -62,7 +62,7 @@ const Footer = (props) => {
-

© 2024 Bitbox.  Made with 🤍 by Bitbox India.  All rights reserved.

+

© 2024 Bitbox.  Made with 🤍 by Bitbox India.  All rights reserved.

) @@ -70,8 +70,8 @@ const Footer = (props) => { Footer.propTypes = { - showAlert: PropTypes.func, - mode: PropTypes.string, + showAlert: PropTypes.func, + mode: PropTypes.string, }; export default Footer \ No newline at end of file diff --git a/client/src/component/css/Footer.css b/client/src/component/css/Footer.css index 5fdb38b..428754b 100644 --- a/client/src/component/css/Footer.css +++ b/client/src/component/css/Footer.css @@ -211,6 +211,11 @@ nav_ul li { border-radius: 80%; } +.footer-icons a:hover{ + transform: scale(1.2); + color: #0077B5; +} + .Footer h5 { font-weight: bold; font-size: 1.5rem; @@ -286,6 +291,7 @@ nav_ul li { gap: 0.8rem; } + .Footer h5 { font-size: 1.2rem; text-align: center;