Skip to content

Commit 795e646

Browse files
committed
Add patterns link to nav
1 parent b38b19e commit 795e646

File tree

1 file changed

+1
-0
lines changed
  • apps/components_guide_web/lib/components_guide_web/views

1 file changed

+1
-0
lines changed

apps/components_guide_web/lib/components_guide_web/views/layout_view.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ defmodule ComponentsGuideWeb.LayoutView do
88
@nav_links [
99
{"By Concept", to: "/concepts"},
1010
{"By Technology", to: "/links"},
11+
{"Patterns", to: "/patterns"},
1112
{"Live Feed", to: "/feed"},
1213
{"About", to: "/about"}
1314
]

0 commit comments

Comments
 (0)