diff --git a/src/components/CardTrelloDesign/images/clock.svg b/src/components/CardTrelloDesign/images/clock.svg new file mode 100644 index 0000000..bdfd0b6 --- /dev/null +++ b/src/components/CardTrelloDesign/images/clock.svg @@ -0,0 +1,18 @@ + diff --git a/src/components/CardTrelloDesign/images/nike.svg b/src/components/CardTrelloDesign/images/nike.svg new file mode 100644 index 0000000..c7a93b4 --- /dev/null +++ b/src/components/CardTrelloDesign/images/nike.svg @@ -0,0 +1,16 @@ + diff --git a/src/components/CardTrelloDesign/index.js b/src/components/CardTrelloDesign/index.js index 8141e95..20285f0 100644 --- a/src/components/CardTrelloDesign/index.js +++ b/src/components/CardTrelloDesign/index.js @@ -6,6 +6,8 @@ import NewTagDesign from "../NewTagDesign"; import profilePic1 from "./images/profilePic1.svg"; import profilePic2 from "./images/profilePic2.svg"; import profilePic3 from "./images/profilePic3.svg"; +import clock from "./images/clock.svg"; +import nike from "./images/nike.svg"; const CardTrelloDesign = ({ circle, pictures }) => { return ( @@ -75,8 +77,29 @@ const CardTrelloDesign = ({ circle, pictures }) => { {/* left */}