From c1dc7dbaeced98e2605e22b840f788bc9fa90a01 Mon Sep 17 00:00:00 2001 From: Sauhard Gupta Date: Mon, 21 Oct 2024 14:38:16 +0530 Subject: [PATCH 1/2] Update Footer.tsx added social links --- src/containers/Footer.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/containers/Footer.tsx b/src/containers/Footer.tsx index f554e52..ed3001e 100644 --- a/src/containers/Footer.tsx +++ b/src/containers/Footer.tsx @@ -9,8 +9,23 @@ const Footer = () => { > Design & Built by Vatsal Singh +
+ + + + + + + + + + + + +
); }; export default Footer; + From e26760ebf2e96fcf41c2262e6a6dd50a7d032524 Mon Sep 17 00:00:00 2001 From: Sauhard Gupta Date: Mon, 21 Oct 2024 14:52:55 +0530 Subject: [PATCH 2/2] Update Footer.tsx --- src/containers/Footer.tsx | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/src/containers/Footer.tsx b/src/containers/Footer.tsx index ed3001e..10037d8 100644 --- a/src/containers/Footer.tsx +++ b/src/containers/Footer.tsx @@ -10,17 +10,37 @@ const Footer = () => { Design & Built by Vatsal Singh
- - + + - - + + - - + + - - + +
@@ -29,3 +49,4 @@ const Footer = () => { export default Footer; +