Skip to content

Commit

Permalink
Add Search Types to primary nav
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jan 25, 2024
1 parent 57fbd99 commit 631dc8a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lib/components_guide_web/templates/layout/_banner.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
to: "/react+typescript",
class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900"
) %>
<%= link("React Playground",
to: "/react-playground",
<%= link("Search Types",
to: "/research/dom-types",
class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900"
) %>
<%= link("WebAssembly",
to: "/wasm",
<%= link("React Playground",
to: "/react-playground",
class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900"
) %>
<%= link("Accessibility First",
Expand All @@ -40,6 +40,10 @@
to: "/calendar",
class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900"
) %>
<%= link("WebAssembly",
to: "/wasm",
class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900"
) %>
</details-menu>
</details>

Expand Down

0 comments on commit 631dc8a

Please sign in to comment.