Skip to content

Commit

Permalink
/learn card changes security -> ethereum networks
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Dec 3, 2024
1 parent acdb3b9 commit 765298c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/intl/en/page-learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"find-a-wallet-card-title": "Find a wallet",
"find-a-wallet-card-description": "Browse wallets based on the features that matter to you.",
"find-a-wallet-button": "List of wallets",
"crypto-security-basics-card-title": "Security basics",
"crypto-security-basics-card-description": "Learn how to identify scams and how to avoid the most common tricks.",
"crypto-security-basics-card-button": "Stay secure",
"ethereum-networks-card-title": "Ethereum networks",
"ethereum-networks-card-description": "Save money by using cheaper and faster Ethereume extentions.",
"ethereum-networks-card-button": "Choose network",
"things-to-consider-banner-title": "Things to consider when using Ethereum",
"things-to-consider-banner-1": "Each Ethereum transaction requires a fee in the form of ETH, even if you need to move different tokens built on Ethereum like the stablecoins USDC or DAI.",
"things-to-consider-banner-2": "Fees can be high depending on the number of people trying to use Ethereum, so we recommend using",
Expand Down
13 changes: 7 additions & 6 deletions src/pages/learn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import hackathon from "@/public/images/hackathon_transparent.png"
import heroImage from "@/public/images/heroes/learn-hub-hero.png"
import impact from "@/public/images/impact_transparent.png"
import infrastructureTransparent from "@/public/images/infrastructure_transparent.png"
import Layer2LearnHero from "@/public/images/layer-2/learn-hero.png"
import ethereumInside from "@/public/images/run-a-node/ethereum-inside.png"
import stablecoins from "@/public/images/stablecoins/hero.png"
import merge from "@/public/images/upgrades/merge.png"
Expand Down Expand Up @@ -329,15 +330,15 @@ const LearnPage = () => {
</>
</Card>
<Card
title={t("crypto-security-basics-card-title")}
description={t("crypto-security-basics-card-description")}
title={t("ethereum-networks-card-title")}
description={t("ethereum-networks-card-description")}
>
<>
<CardImage>
<Image src={dogeComputer} alt="" {...height200} />
<Image src={Layer2LearnHero} alt="" {...height200} />
</CardImage>
<ButtonLink href="/security/">
{t("crypto-security-basics-card-button")}
<ButtonLink href="/layer-2/networks">
{t("ethereum-networks-card-button")}
</ButtonLink>
</>
</Card>
Expand All @@ -350,7 +351,7 @@ const LearnPage = () => {
<ListItem>{t("things-to-consider-banner-1")}</ListItem>
<ListItem>
{t("things-to-consider-banner-2")}{" "}
<InlineLink href="/layer-2/">
<InlineLink href="/layer-2/networks">
{t("things-to-consider-banner-layer-2")}
</InlineLink>
.
Expand Down

0 comments on commit 765298c

Please sign in to comment.