Skip to content

Commit

Permalink
Add new learn page to header (/learn/wallets)
Browse files Browse the repository at this point in the history
  • Loading branch information
gg-1414 committed Nov 14, 2024
1 parent 14c9855 commit 5853c0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,10 @@
{
"title": "Environmental Impact",
"description": "How Solana is supporting a greener web3."
},
{
"title": "Wallets",
"description": "Experience the power of Solana."
}
]
}
Expand Down
10 changes: 10 additions & 0 deletions src/components/header/HeaderListLearn.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ const HeaderListLearn = () => {
{t("nav.learn.start.title")}
</div>
<div>
<Link
to="/learn/wallets"
className="nav-link nav-link--secondary"
activeClassName="active"
>
<strong className="d-block text-white">
{learnStartItems[3].title}
</strong>
{learnStartItems[3].description}
</Link>
<Link
to="/learn/blockchain-basics"
className="nav-link nav-link--secondary"
Expand Down

0 comments on commit 5853c0b

Please sign in to comment.