From 2a271fbd04f72e2a256e7b2aa0a647cf5af7baaf Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Mon, 11 Apr 2022 22:26:47 +0430 Subject: [PATCH] update App.js and src/components/CardTrelloDesign/index.js --- src/App.js | 4 +-- src/components/CardTrelloDesign/index.js | 46 ++++++++++++++++++++++-- 2 files changed, 45 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index fcfecd7..21a07f4 100644 --- a/src/App.js +++ b/src/App.js @@ -140,14 +140,14 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} diff --git a/src/components/CardTrelloDesign/index.js b/src/components/CardTrelloDesign/index.js index 706528a..7fdb584 100644 --- a/src/components/CardTrelloDesign/index.js +++ b/src/components/CardTrelloDesign/index.js @@ -1,11 +1,12 @@ import React from "react"; +import ButtonNewDesign from "../ButtonNewDesign"; import CircleInCircle from "../CircleInCircle"; const CardTrelloDesign = () => { return ( -
+
{/* top */} -
+
{/* right */} { childBg={"bg-[#FF0000]"} /> {/* left */} -
+
+ + + +
+ {/* middle */} +

+ طراحی رابط کاربری و تجربه کاربر پروژه اندیشمند به همراه موارد اطلاحی + پروژه دانوین +

); };