Skip to content

Commit e3f9ea5

Browse files
authored
Merge pull request #8954 from benlazzero/dev
Content: "Proof of Stake" book added to learn page resources
2 parents cf7c212 + a94aff1 commit e3f9ea5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/intl/en/page-learn.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
"online-communities-card-description": "Online communities provide a great opportunity to ask more specific questions or get involved.",
101101
"online-communities-card-button": "Explore communities",
102102
"books-about-ethereum": "Books about Ethereum and Cryptocurrencies",
103+
"proof-of-stake-title": "Proof of Stake",
104+
"proof-of-stake-description": "September 13, 2022 - Vitalik Buterin, Nathan Schneider",
103105
"cryptopians-title": "The Cryptopians",
104106
"cryptopians-description": "February 22, 2022 - Laura Shin",
105107
"out-of-the-ether-title": "Out of the Ether",

src/pages/learn/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,14 @@ const LearnPage = ({ data }: PageProps<Queries.LearnPageQuery, Context>) => {
863863
<Translation id="mastering-ethereum-description" />{" "}
864864
</i>
865865
</li>
866+
<li>
867+
<Link to="https://www.goodreads.com/en/book/show/59892281-proof-of-stake">
868+
<Translation id="proof-of-stake-title" />
869+
</Link>{" "}
870+
<i>
871+
<Translation id="proof-of-stake-description" />
872+
</i>
873+
</li>
866874
</ul>
867875
<h3>
868876
<Translation id="podcasts-about-ethereum" />

0 commit comments

Comments
 (0)