Skip to content

Commit b64d5c6

Browse files
committed
revert product name changes
1 parent af92c2a commit b64d5c6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/components/NavDropdown/Products.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>Connect to MetaMask</h2>
6060
document.getElementById("agent-wallet-menu-button").classList.remove("selected");
6161
document.getElementById("agent-wallet-menu").classList.remove("selected-menu");'>
6262
<div>
63-
<h2>Create Embedded Wallets</h2>
63+
<h2>Create embedded wallets</h2>
6464
</div>
6565
</a>
6666
</li>
@@ -91,7 +91,7 @@ <h2>Create Embedded Wallets</h2>
9191
document.getElementById("agent-wallet-menu-button").classList.remove("selected");
9292
document.getElementById("agent-wallet-menu").classList.remove("selected-menu");'>
9393
<div>
94-
<h2>Create Smart Accounts</h2>
94+
<h2>Create smart accounts</h2>
9595
</div>
9696
</a>
9797
</li>
@@ -122,7 +122,7 @@ <h2>Create Smart Accounts</h2>
122122
document.getElementById("services-menu-button").classList.remove("selected");
123123
document.getElementById("services-menu").classList.remove("selected-menu");'>
124124
<div>
125-
<h2>Create Agent Wallets</h2>
125+
<h2>Create agent wallets</h2>
126126
</div>
127127
</a>
128128
</li>
@@ -153,7 +153,7 @@ <h2>Create Agent Wallets</h2>
153153
document.getElementById("agent-wallet-menu-button").classList.remove("selected");
154154
document.getElementById("agent-wallet-menu").classList.remove("selected-menu");'>
155155
<div>
156-
<h2>Extend and Scale</h2>
156+
<h2>Extend and scale</h2>
157157
</div>
158158
</a>
159159
</li>

src/pages/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default function Home(): JSX.Element {
6464
buttonIcon: 'arrow-right',
6565
},
6666
{
67-
title: 'Create Embedded Wallets',
67+
title: 'Create embedded wallets',
6868
leadIcon: 'wallet',
6969
description: (
7070
<>
@@ -76,7 +76,7 @@ export default function Home(): JSX.Element {
7676
buttonIcon: 'arrow-right',
7777
},
7878
{
79-
title: 'Create Smart Accounts',
79+
title: 'Create smart accounts',
8080
leadIcon: 'community',
8181
description: (
8282
<>
@@ -88,7 +88,7 @@ export default function Home(): JSX.Element {
8888
buttonIcon: 'arrow-right',
8989
},
9090
{
91-
title: 'Create Agent Wallets',
91+
title: 'Create agent wallets',
9292
leadIcon: 'shield',
9393
description: (
9494
<>
@@ -101,7 +101,7 @@ export default function Home(): JSX.Element {
101101
buttonIcon: 'arrow-right',
102102
},
103103
{
104-
title: 'Build and Scale your dApp',
104+
title: 'Build and scale your dapp',
105105
leadIcon: 'globe',
106106
description: (
107107
<>

0 commit comments

Comments
 (0)