Skip to content

Commit 8b270e6

Browse files
committed
Remove unused header links
1 parent 1a4f84e commit 8b270e6

File tree

1 file changed

+0
-10
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+0
-10
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/_header.html.eex

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,12 @@
77
<ul class="h-full grid grid-cols-2 flex flex-col md:flex-row justify-around items-stretch tracking-wide">
88
<%= nav_items(@path_info) %>
99

10-
<li hidden><a href="/accessibility-first-testing" class="block px-4 py-1 md:py-3 font-bold border-b-4 border-transparent hover:bg-gray-800 hover:border-red-400"><%= "A11Y-First Testing" %></a>
11-
<li hidden><a href="/react+typescript" class="block px-4 py-1 md:py-3 font-bold border-b-4 border-transparent hover:bg-gray-800 hover:border-red-400"><%= "React + TypeScript" %></a>
12-
<li hidden><a href="/swiftui" class="block px-4 py-1 md:py-3 font-bold border-b-4 border-transparent hover:bg-gray-800 hover:border-red-400"><%= "SwiftUI + Combine" %></a>
13-
<li hidden><a href="/links" class="block px-4 py-1 md:py-3 font-bold border-b-4 border-transparent hover:bg-gray-800 hover:border-red-400"><%= "Other Resources" %></a>
1410
<% if false do %>
1511
<li class="py-1">
1612
<a href="/signin/github" class="inline-block md:block px-4 py-1 md:py-2 font-bold text-white bg-red-700 rounded" style="background: linear-gradient(0deg, #E0003C 0%, #FF493F 50%, #FF584A 100%);">
1713
<%= "Sign in with GitHub" %>
1814
</a>
1915
<% end %>
20-
<% if false do %>
21-
<li><a href="/swiftui" class="block py-4 font-bold"><%= "SwiftUI + Combine" %></a>
22-
<li><a href="/rxjs" class="block py-4 font-bold"><%= "React + TS + RxJS" %></a>
23-
<% if false do %><li><a href="/react+typescript" class="block py-4 font-bold"><%= "React + TypeScript" %></a></li><% end %>
24-
<li><a href="/css+typescript" class="block py-4 font-bold"><%= "CSS + TypeScript" %></a>
25-
<% end %>
2616
</ul>
2717
</nav>
2818
</div>

0 commit comments

Comments
 (0)