From 765298c4bff7117bf273e9adbc24ef19bbf08998 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Mon, 2 Dec 2024 22:49:16 -0700 Subject: [PATCH] /learn card changes security -> ethereum networks --- src/intl/en/page-learn.json | 6 +++--- src/pages/learn.tsx | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/intl/en/page-learn.json b/src/intl/en/page-learn.json index 933ab556ab4..04770542913 100644 --- a/src/intl/en/page-learn.json +++ b/src/intl/en/page-learn.json @@ -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", diff --git a/src/pages/learn.tsx b/src/pages/learn.tsx index 7ee9567a777..eef63faff2e 100644 --- a/src/pages/learn.tsx +++ b/src/pages/learn.tsx @@ -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" @@ -329,15 +330,15 @@ const LearnPage = () => { <> - + - - {t("crypto-security-basics-card-button")} + + {t("ethereum-networks-card-button")} @@ -350,7 +351,7 @@ const LearnPage = () => { {t("things-to-consider-banner-1")} {t("things-to-consider-banner-2")}{" "} - + {t("things-to-consider-banner-layer-2")} .