Skip to content

Commit f015fb3

Browse files
committed
minor fixes
1 parent 6a71549 commit f015fb3

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/components/NavDropdown/Products.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h2>Connect to MetaMask</h2>
4343
document.getElementById("services-menu-button").classList.remove("selected");
4444
document.getElementById("services-menu").classList.remove("selected-menu");'>
4545
<div>
46-
<h2>Create Embedded Wallets</h2>
46+
<h2>Create embedded wallets</h2>
4747
</div>
4848
</a>
4949
</li>
@@ -66,7 +66,7 @@ <h2>Create Embedded Wallets</h2>
6666
document.getElementById("services-menu-button").classList.remove("selected");
6767
document.getElementById("services-menu").classList.remove("selected-menu");'>
6868
<div>
69-
<h2>Add Smart Accounts</h2>
69+
<h2>Create smart accounts</h2>
7070
</div>
7171
</a>
7272
</li>
@@ -89,7 +89,7 @@ <h2>Add Smart Accounts</h2>
8989
document.getElementById("embedded-wallets-button").classList.remove("selected");
9090
document.getElementById("embedded-wallets").classList.remove("selected-menu");'>
9191
<div>
92-
<h2>Extend and Scale</h2>
92+
<h2>Extend and scale</h2>
9393
</div>
9494
</a>
9595
</li>

src/components/SidebarSectionDropdown/SidebarSectionDropdown.module.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@
1515
padding: 0.6rem 2.4rem;
1616
}
1717

18-
.sectionItem:hover {
19-
color: var(--ifm-color-primary);
20-
}
21-
2218
.staticTitle {
23-
cursor: default;
19+
cursor: default !important;
2420
}
2521

2622
.staticTitle:hover {

0 commit comments

Comments
 (0)