diff --git a/src/components/CardDesign3/index.js b/src/components/CardDesign3/index.js index 268e743..b1dfbcf 100644 --- a/src/components/CardDesign3/index.js +++ b/src/components/CardDesign3/index.js @@ -5,6 +5,7 @@ import profilePic2 from "./images/profilePic2.svg"; import profilePic3 from "./images/profilePic3.svg"; import profilePic4 from "./images/profilePic4.svg"; import profilePic5 from "./images/profilePic5.svg"; +import pen from "./pen.svg"; const CardDesign3 = ({ items }) => { return ( @@ -34,6 +35,12 @@ const CardDesign3 = ({ items }) => { {/* left */} +
+ + {item.number} + + pen +
))} diff --git a/src/components/CardDesign3/pen.svg b/src/components/CardDesign3/pen.svg new file mode 100644 index 0000000..f9623aa --- /dev/null +++ b/src/components/CardDesign3/pen.svg @@ -0,0 +1,9 @@ + + + + + + + + +