Skip to content

Commit 7850d2f

Browse files
committed
Add cookbook to mobile nav
1 parent 3d75bcf commit 7850d2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/elements/product-nav.mjs

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ export default function ProductNav ({ html }) {
1515
<a href="/wasm">Enhance WASM</a>
1616
</h2>
1717
</masthead-slice>
18+
<masthead-slice>
19+
<h2 class="semibold">
20+
<a href="/cookbook">Cookbook</a>
21+
</h2>
22+
</masthead-slice>
1823
<masthead-slice>
1924
<h2 class="semibold">
2025
<a href="/docs">Docs</a>

0 commit comments

Comments
 (0)