Skip to content

Commit be5b207

Browse files
committed
Update navigation
1 parent 67c8c48 commit be5b207

File tree

1 file changed

+11
-6
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,20 @@
1010
<body>
1111
<header class="bg-gray-900 text-white">
1212
<section class="container flex flex-row items-center">
13-
<a href="/" class="block py-4 text-base font-bold text-purple-200 uppercase tracking-wide">
14-
<span class="py-1 border-b-2 border-purple-900">Components.Guide</span>
13+
<a href="/" class="block py-4 text-base font-bold text-red-100 tracking-wide">
14+
<span class="py-1 border-b-4 border-red-400">Components.Guide</span>
1515
</a>
1616
<nav role="navigation" class="flex-grow px-16 text-lg">
1717
<ul class="flex flex-row justify-around">
18-
<li><a href="/swiftui" class="block py-4 font-bold"><%= "SwiftUI + Combine" %></a></li>
19-
<li><a href="/rxjs" class="block py-4 font-bold"><%= "React + TS + RxJS" %></a></li>
20-
<% if false do %><li><a href="/react+typescript" class="block py-4 font-bold"><%= "React + TypeScript" %></a></li><% end %>
21-
<li><a href="/css+typescript" class="block py-4 font-bold"><%= "CSS + TypeScript" %></a></li>
18+
<li><a href="/learn-by-building" class="block py-4 font-bold"><%= "Learn by Building" %></a></li>
19+
<li><a href="/links" class="block py-4 font-bold"><%= "Recommended Links" %></a></li>
20+
<li><a href="/about" class="block py-4 font-bold"><%= "Who?" %></a></li>
21+
<% if false do %>
22+
<li><a href="/swiftui" class="block py-4 font-bold"><%= "SwiftUI + Combine" %></a></li>
23+
<li><a href="/rxjs" class="block py-4 font-bold"><%= "React + TS + RxJS" %></a></li>
24+
<% if false do %><li><a href="/react+typescript" class="block py-4 font-bold"><%= "React + TypeScript" %></a></li><% end %>
25+
<li><a href="/css+typescript" class="block py-4 font-bold"><%= "CSS + TypeScript" %></a></li>
26+
<% end %>
2227
</ul>
2328
</nav>
2429
</section>

0 commit comments

Comments
 (0)