diff --git a/src/components/CardDesign3/index.js b/src/components/CardDesign3/index.js index 5eb0e43..fb429b5 100644 --- a/src/components/CardDesign3/index.js +++ b/src/components/CardDesign3/index.js @@ -8,20 +8,22 @@ import searchIcon from "./search-icon.svg"; const CardDesign3 = () => { return ( -
+
- +
+ +
); diff --git a/src/components/TitleSubtitle/index.js b/src/components/TitleSubtitle/index.js index a4f9136..a3cb737 100644 --- a/src/components/TitleSubtitle/index.js +++ b/src/components/TitleSubtitle/index.js @@ -7,7 +7,7 @@ const TitleSubtitle = ({ titleBorderClassName, }) => { return ( -
+
{/* page Title */} {title && (