diff --git a/public/locales/en/common.json b/public/locales/en/common.json
index 5d4f8f27..2223f87f 100644
--- a/public/locales/en/common.json
+++ b/public/locales/en/common.json
@@ -922,6 +922,9 @@
},
{
"title": "Actions and Blockchain Links"
+ },
+ {
+ "title": "Wallets"
}
]
},
diff --git a/src/components/header/HeaderList.js b/src/components/header/HeaderList.js
index 96f17c70..da613d14 100644
--- a/src/components/header/HeaderList.js
+++ b/src/components/header/HeaderList.js
@@ -21,7 +21,8 @@ const HeaderList = () => {
const [showLearn, updateShowLearn] = useState(false);
const isLearnActive = asPath.includes("/learn") || asPath === "/environment";
- const isSolutionsActive = asPath.includes("/solutions");
+ const isSolutionsActive =
+ asPath.includes("/solutions") || asPath.includes("/wallets");
const isBuildActive =
asPath.includes("/developers") ||
asPath.includes("/docs") ||
diff --git a/src/components/header/HeaderListSolutions.js b/src/components/header/HeaderListSolutions.js
index 60d8b9c9..230b2216 100644
--- a/src/components/header/HeaderListSolutions.js
+++ b/src/components/header/HeaderListSolutions.js
@@ -43,6 +43,15 @@ const HeaderListSolutions = () => {
{solutionsToolsItems[9].title}
+
+
+ {solutionsToolsItems[10].title}
+
+