diff --git a/components/v4/card/ToolBackgroundCard.js b/components/v4/card/ToolBackgroundCard.js
index 707a3620..74447247 100644
--- a/components/v4/card/ToolBackgroundCard.js
+++ b/components/v4/card/ToolBackgroundCard.js
@@ -12,7 +12,7 @@ const ToolBackgroundCard = ({
tagNumber,
height,
}) => {
- let {title, slug, coverImage, tags, logo} = post;
+ let { title, slug, coverImage, tags, logo } = post;
return (
@@ -22,51 +22,60 @@ const ToolBackgroundCard = ({
}
>
+
-
-
-
-
-
-
- {" "}
- {title}
-
- {/* {this.props.prototool !== true && */}
- {tags?.length && (
-
- {tags[0].attributes.name}
-
- )}
+
+
+
+
+
+
+
{title}
+ {/* {this.props.prototool !== true && */}
+ {tags?.length && (
+
+ {tags[0].attributes.name}
+
+ )}
- {/*
{this._getTag()}
*/}
+ {/*
{this._getTag()}
*/}
+
+
+
+
+
+
+ Get
+
diff --git a/components/v4/card/ToolIconCard.js b/components/v4/card/ToolIconCard.js
index db18e085..a8202fd3 100644
--- a/components/v4/card/ToolIconCard.js
+++ b/components/v4/card/ToolIconCard.js
@@ -81,7 +81,7 @@ const ToolIconCard = ({ tool, withBackground, small }) => {
-