From cf088644adaa813dc906fb8acae5080309580c5b Mon Sep 17 00:00:00 2001 From: pani2004 Date: Sat, 8 Jun 2024 20:30:50 +0530 Subject: [PATCH] Updated the twitter icon and fixed the alignment --- src/components/Footer.tsx | 58 +++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 63c49d4..8d9e6dd 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,38 +1,36 @@ -import React from 'react' const Footer = () => { return ( - - - ) + + ); } -export default Footer \ No newline at end of file +export default Footer; + +