Skip to content

Commit 357b883

Browse files
authored
Merge pull request #15816 from ethereum/tds-link
Link to TDS blog post
2 parents 06f3fd2 + 98062dd commit 357b883

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

app/[locale]/trillion-dollar-security/page.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
CardDescription,
1313
CardFooter,
1414
} from "@/components/ui/card"
15-
import { BaseLink as Link } from "@/components/ui/Link"
15+
import InlineLink, { BaseLink as Link } from "@/components/ui/Link"
1616

1717
import { getMetadata } from "@/lib/utils/metadata"
1818

@@ -104,7 +104,15 @@ const TdsPage = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
104104
/>
105105
</div>
106106

107-
<p>{t("page-trillion-dollar-security-hero-paragraph-5")}</p>
107+
<p>
108+
{t.rich("page-trillion-dollar-security-hero-paragraph-5", {
109+
a: (chunks) => (
110+
<InlineLink href="https://blog.ethereum.org/2025/05/14/trillion-dollar-security">
111+
{chunks}
112+
</InlineLink>
113+
),
114+
})}
115+
</p>
108116
<p>{t("page-trillion-dollar-security-hero-paragraph-6")}</p>
109117

110118
<ol className="list-decimal font-bold text-primary">

src/intl/en/page-trillion-dollar-security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"page-trillion-dollar-security-hero-paragraph-2": "But for Ethereum to succeed in the next phase of global adoption, there are still many improvements that must be made. To achieve our community's ambitions, Ethereum must grow into an ecosystem where:",
88
"page-trillion-dollar-security-hero-paragraph-3": "Billions of individuals are each comfortable holding more than $1000 onchain, collectively amounting to trillions of dollars secured on Ethereum.",
99
"page-trillion-dollar-security-hero-paragraph-4": "Companies, institutions, and governments are comfortable storing more than 1 trillion dollars of value inside a single contract or application, and are comfortable transacting in comparable amounts.",
10-
"page-trillion-dollar-security-hero-paragraph-5": "The Trillion Dollar Security (1TS) project is an ecosystem-wide effort to upgrade Ethereum's security. This report is the first deliverable of the 1TS project. Over the last month, we have gathered feedback from users, developers, security experts, and institutions about where they see the biggest challenges and areas for improvement. Thank you to the hundreds of people and dozens of organizations who have taken the time to share your insights with us.",
10+
"page-trillion-dollar-security-hero-paragraph-5": "The <a>Trillion Dollar Security (1TS)</a> project is an ecosystem-wide effort to upgrade Ethereum's security. This report is the first deliverable of the 1TS project. Over the last month, we have gathered feedback from users, developers, security experts, and institutions about where they see the biggest challenges and areas for improvement. Thank you to the hundreds of people and dozens of organizations who have taken the time to share your insights with us.",
1111
"page-trillion-dollar-security-hero-paragraph-6": "This report summarizes our findings, covering 6 distinct areas:",
1212
"page-trillion-dollar-security-report-card-title": "Ethereum ecosystem security overview report",
1313
"page-trillion-dollar-security-download-report": "Download PDF",

0 commit comments

Comments
 (0)