Skip to content

Commit 10a24a5

Browse files
committed
chore: update ecosystem product naming conventions
1 parent bf20027 commit 10a24a5

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export default function HomePage() {
251251
className="relative overflow-hidden hover:border-cyan-500 transition-colors before:absolute before:top-0 before:left-0 before:right-0 before:h-0.5 before:bg-gradient-to-r before:from-cyan-600 before:to-cyan-400 before:opacity-0 hover:before:opacity-100 before:transition-opacity"
252252
/>
253253
<Card
254-
href="/compact-contracts"
254+
href="/contracts-compact"
255255
title="Midnight"
256256
description="Privacy-preserving smart contracts for Midnight blockchain"
257257
icon={<MidnightIcon className="h-4 w-4" />}

src/navigation/arbitrum-stylus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "separator",
4-
"name": "Contracts Stylus"
4+
"name": "Arbitrum Stylus Contracts"
55
},
66
{
77
"type": "page",

src/navigation/ethereum-evm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
22
{
33
"type": "separator",
4-
"name": "Contracts"
4+
"name": "Solidity Contracts"
55
},
66
{
77
"type": "folder",
8-
"name": "Solidity Contracts",
8+
"name": "OpenZeppelin Contracts",
99
"children": [
1010
{
1111
"type": "page",
@@ -779,7 +779,7 @@
779779
},
780780
{
781781
"type": "folder",
782-
"name": "Solidity Community Contracts",
782+
"name": "Community Contracts",
783783
"index": {
784784
"type": "page",
785785
"name": "Overview",
@@ -821,7 +821,7 @@
821821
},
822822
{
823823
"type": "folder",
824-
"name": "Solidity Upgrade Plugins",
824+
"name": "Upgrade Plugins",
825825
"index": {
826826
"type": "page",
827827
"name": "Overview",

src/navigation/midnight.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "separator",
4-
"name": "Contracts"
4+
"name": "Midnight Contracts"
55
},
66
{
77
"type": "page",

src/navigation/polkadot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "separator",
4-
"name": "Substrate Runtimes"
4+
"name": "Polkadot Substrate Runtimes"
55
},
66
{
77
"type": "page",

src/navigation/starknet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "separator",
4-
"name": "Contracts"
4+
"name": "Starknet Contracts"
55
},
66
{
77
"type": "page",

src/navigation/uniswap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "separator",
4-
"name": "Uniswap Hooks"
4+
"name": "Uniswap Hooks Contracts"
55
},
66
{
77
"type": "page",

src/navigation/zama.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "separator",
4-
"name": "Contracts"
4+
"name": "Zama FHEVM Contracts"
55
},
66
{
77
"type": "page",

0 commit comments

Comments
 (0)