diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 5dcca685..1f966eb1 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -771,6 +771,10 @@ { "title": "Environmental Impact", "description": "How Solana is supporting a greener web3." + }, + { + "title": "Wallets", + "description": "Experience the power of Solana." } ] } diff --git a/src/components/header/HeaderListLearn.js b/src/components/header/HeaderListLearn.js index f1f4417d..be13cdaa 100644 --- a/src/components/header/HeaderListLearn.js +++ b/src/components/header/HeaderListLearn.js @@ -14,6 +14,16 @@ const HeaderListLearn = () => { {t("nav.learn.start.title")}
+ + + {learnStartItems[3].title} + + {learnStartItems[3].description} +