Skip to content

Commit 8faeacd

Browse files
committed
chore: updated impact pages
1 parent 54f10a9 commit 8faeacd

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

content/impact/index.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: OpenZeppelin's Impact and Contributions
3+
---
4+
5+
For over a decade, OpenZeppelin has set the foundation for how smart contracts are built, secured, and governed.
6+
7+
Our libraries, standards contributions, and audits power the protocols, ecosystems, and institutions driving the global digital economy.
8+
9+
## Contracts
10+
11+
OpenZeppelin Contracts is the most adopted smart contract framework in the world, securing trillions in on-chain value.
12+
13+
From leading stablecoins and tokenized treasuries to emerging ecosystems, our open-source libraries power the world’s most trusted tokens, DAOs, protocols, and institutions.
14+
15+
<Cards>
16+
<Card href="/impact/openzeppelin-contracts-for-financial-institutions" title="A Decade of OpenZeppelin Contracts">
17+
</Card>
18+
</Cards>

content/contriubutions/openzeppelin-contracts-for-financial-institutions.mdx renamed to content/impact/openzeppelin-contracts-for-financial-institutions.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: OpenZeppelin Contracts for Financial Institutions
3+
description: something
34
---
45

56
The trusted foundation powering the global digital asset economy.

src/app/layout.config.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,10 @@ export const baseOptions: BaseLayoutProps = {
111111
url: "https://openzeppelin.com",
112112
icon: <GlobeIcon />,
113113
},
114+
{
115+
text: "Impact",
116+
url: "/impact",
117+
icon: <GlobeIcon />,
118+
},
114119
],
115120
};

0 commit comments

Comments
 (0)