From 5853c0b0cb76de11a22a1c56a69fba326ce0d9dc Mon Sep 17 00:00:00 2001 From: Gina Lee Date: Thu, 14 Nov 2024 17:34:26 +0800 Subject: [PATCH] Add new learn page to header (/learn/wallets) --- public/locales/en/common.json | 4 ++++ src/components/header/HeaderListLearn.js | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 5dcca685b..1f966eb1e 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 f1f4417d8..be13cdaa5 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} +