From 7714d8badf8d7614d7f207dcb0313a40d39d8361 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Fri, 1 Apr 2022 17:00:54 +0430 Subject: [PATCH] update --- src/App.js | 6 ++--- src/components/PopupCard/index.js | 44 +++++++++++++++---------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/App.js b/src/App.js index 7053ff7..906a587 100644 --- a/src/App.js +++ b/src/App.js @@ -74,7 +74,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} @@ -85,10 +85,10 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} diff --git a/src/components/PopupCard/index.js b/src/components/PopupCard/index.js index 2a83032..48c10f2 100644 --- a/src/components/PopupCard/index.js +++ b/src/components/PopupCard/index.js @@ -4,7 +4,7 @@ import "./index.scss"; import cancleIcon from "./cancle-icon.svg"; import calender from "./calender.svg"; -const PopupCard = () => { +const PopupCard = ({ textArea }) => { const [activeInput, setActiveInput] = useState(false); return ( @@ -78,30 +78,25 @@ const PopupCard = () => { {/* middle */}
{/* right */} - - - نام کارت - - {/* divider */} -
- {/* left */} -
-
- - + > + {textArea} + + + نام کارت + +
+ + چک لیست ها
+ {/* divider */} +
@@ -112,3 +107,8 @@ const PopupCard = () => { }; export default PopupCard; + +PopupCard.defaultProps = { + textArea: + "جنگ اول خلیج فارس، جنگی به رهبری آمریکا و با همکاری ائتلافی از ۳۵ کشور مختلف بود که علیه عراق بعثی در واکنش به اشغال کویت توسط عراق انجام گرفت پایان جنگ ایران و عراق هم ‌زمان با بروز تشنّج عراق و کویت بود. ارتش عراق در زمان حکومت صدام حسین و حزب بعث عراق د", +};