File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
apps/components_guide_web/lib/components_guide_web/templates/layout Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 10
10
< body >
11
11
< header class = "bg-gray-900 text-white " >
12
12
< 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 >
15
15
</ a >
16
16
< nav role = "navigation " class = "flex-grow px-16 text-lg " >
17
17
< 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 %>
22
27
</ ul >
23
28
</ nav >
24
29
</ section >
You can’t perform that action at this time.
0 commit comments