From 2a93e9a25c973af23606283d3a0c1b42c29b6474 Mon Sep 17 00:00:00 2001 From: Anastasia-front Date: Tue, 23 May 2023 16:42:11 +0300 Subject: [PATCH] add button --- public/index.html | 1 + src/components/Contact/Contact.jsx | 6 +- src/components/ContactForm/ContactForm.jsx | 3 +- .../ContactForm/ContactForm.styled.js | 51 ++++++++++++++- src/components/ContactList/ContactList.jsx | 2 +- .../ContactList/ContactList.styled.js | 4 +- src/components/Modal/Modal.jsx | 41 ++++++++++++ src/components/Modal/Modal.styled.js | 18 ++++++ src/components/UserMenu/UserMenu.styled.js | 5 +- src/pages/Contacts.js | 64 +++++++++++++------ src/pages/Home.js | 25 +++++++- 11 files changed, 188 insertions(+), 32 deletions(-) create mode 100644 src/components/Modal/Modal.jsx create mode 100644 src/components/Modal/Modal.styled.js diff --git a/public/index.html b/public/index.html index a992c67..ea02e97 100644 --- a/public/index.html +++ b/public/index.html @@ -60,6 +60,7 @@
+