diff --git a/src/components/AdventuresVol/index.js b/src/components/AdventuresVol/index.js
index 80c53d338105..468ccd6c6b68 100644
--- a/src/components/AdventuresVol/index.js
+++ b/src/components/AdventuresVol/index.js
@@ -13,9 +13,13 @@ const AdventuresVol = ({ title, description, to, image }) => {
{description}
-
+ {to && (
+
+ )}
diff --git a/src/components/HandbookCard/index.js b/src/components/HandbookCard/index.js
index 886f42121295..cc6cb8c3c64b 100644
--- a/src/components/HandbookCard/index.js
+++ b/src/components/HandbookCard/index.js
@@ -13,9 +13,13 @@ const HandbookCard = ({ title, description, to }) => {
{description}
-
- Read More
-
+ {to && (
+
+ )}