diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index 177d047..849a69d 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -61,8 +61,8 @@ const Footer = () => { @@ -87,24 +87,24 @@ const Footer = () => { href="https://facebook.com" target="_blank" rel="noopener noreferrer" - className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300" - > + className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300"> + + className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300"> + + className="bg-gray-700 p-2 rounded-full hover:bg-cyan-600 transition-colors duration-300"> + @@ -118,8 +118,8 @@ const Footer = () => {

- - ); + ); + }; -export default Footer; +export default Footer; \ No newline at end of file