Skip to content

Commit 42acc2b

Browse files
committed
Add missing WASM nav links
1 parent 295542b commit 42acc2b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/pages/docs/$$.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<div slot="product-nav-lg" class="flex align-items-center">
2222
<masthead-product-link href="/">Home</masthead-product-link>
2323
<masthead-product-link href="/docs" active>Docs</masthead-product-link>
24+
<masthead-product-link href="/wasm">Enhance WASM</masthead-product-link>
2425
<masthead-product-link href="/why-enhance">
2526
Why Enhance?
2627
</masthead-product-link>

app/pages/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<div slot="product-nav-lg" class="flex align-items-center">
112112
<masthead-product-link active href="/">Home</masthead-product-link>
113113
<masthead-product-link href="/docs">Docs</masthead-product-link>
114+
<masthead-product-link href="/wasm">Enhance WASM</masthead-product-link>
114115
<masthead-product-link href="/why-enhance">
115116
Why Enhance?
116117
</masthead-product-link>

app/pages/why-enhance.html

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<div slot="product-nav-lg" class="flex align-items-center">
4949
<masthead-product-link href="/">Home</masthead-product-link>
5050
<masthead-product-link href="/docs">Docs</masthead-product-link>
51+
<masthead-product-link href="/wasm">Enhance WASM</masthead-product-link>
5152
<masthead-product-link active href="/why-enhance">
5253
Why Enhance?
5354
</masthead-product-link>

0 commit comments

Comments
 (0)