Skip to content

Commit

Permalink
Add missing WASM nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Apr 3, 2024
1 parent 295542b commit 42acc2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/pages/docs/$$.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<div slot="product-nav-lg" class="flex align-items-center">
<masthead-product-link href="/">Home</masthead-product-link>
<masthead-product-link href="/docs" active>Docs</masthead-product-link>
<masthead-product-link href="/wasm">Enhance WASM</masthead-product-link>
<masthead-product-link href="/why-enhance">
Why Enhance?
</masthead-product-link>
Expand Down
1 change: 1 addition & 0 deletions app/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<div slot="product-nav-lg" class="flex align-items-center">
<masthead-product-link active href="/">Home</masthead-product-link>
<masthead-product-link href="/docs">Docs</masthead-product-link>
<masthead-product-link href="/wasm">Enhance WASM</masthead-product-link>
<masthead-product-link href="/why-enhance">
Why Enhance?
</masthead-product-link>
Expand Down
1 change: 1 addition & 0 deletions app/pages/why-enhance.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<div slot="product-nav-lg" class="flex align-items-center">
<masthead-product-link href="/">Home</masthead-product-link>
<masthead-product-link href="/docs">Docs</masthead-product-link>
<masthead-product-link href="/wasm">Enhance WASM</masthead-product-link>
<masthead-product-link active href="/why-enhance">
Why Enhance?
</masthead-product-link>
Expand Down

0 comments on commit 42acc2b

Please sign in to comment.