From 4c7fd66f4bc0a7efb900233f1747f482a271a9c5 Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 10 Jan 2022 16:50:25 +0330 Subject: [PATCH] update --- src/App.js | 34 ++++---- .../footer/design1/FooterDesign1.js | 80 ++++++++++++++++--- 2 files changed, 84 insertions(+), 30 deletions(-) diff --git a/src/App.js b/src/App.js index 9ae8cc3..269936c 100644 --- a/src/App.js +++ b/src/App.js @@ -22,25 +22,25 @@ import Feedback from "./components/Feedback/index"; function App() { return (
- - - - - - - - - - - - - - + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} + {/* */} {/* */} - - - + {/* */} + {/* */} + {/* */}
); } diff --git a/src/components/footer/design1/FooterDesign1.js b/src/components/footer/design1/FooterDesign1.js index 5532554..cade4a7 100644 --- a/src/components/footer/design1/FooterDesign1.js +++ b/src/components/footer/design1/FooterDesign1.js @@ -7,17 +7,22 @@ import samandehi from "../../../assets/images/samandehi-pic.svg"; import lightBlueLine from "../../../assets/icons/light-blue-line.svg"; -const FooterDesign1 = ({ footerItems }) => { +const FooterDesign1 = ({ footerItems, array }) => { return (