File tree 2 files changed +2
-2
lines changed
lib/components_guide_web/templates
robust_javascript_interactivity
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
< nav >
2
- < p class = "px-2 pb-6 mb-6 text-5xl text-blue-200 border-b-4 border-blue-200 " > <%= "React & TypeScript Guide" %> </ p >
2
+ < p class = "px-2 pb-6 mb-6 text-5xl text-blue-200 border-b-4 border-current " > <%= "React & TypeScript Guide" %> </ p >
3
3
< ul class = "text-xl " data-links = "block p-2 current-page-bold " >
4
4
< li > <%= link ( @ conn , "Fundamentals" , to: "/react+typescript" ) %> </ li >
5
5
< li > <%= link ( @ conn , "Testing" , to: "/react+typescript/testing" ) %> </ li >
Original file line number Diff line number Diff line change 1
1
< nav >
2
- < p class = "px-2 pb-6 mb-6 text-5xl text-orange-200 border-b-4 border-orange-200 " > <%= "Robust JavaScript Interactivity" %> </ p >
2
+ < p class = "px-2 pb-6 mb-6 text-5xl text-orange-200 border-b-4 border-current " > <%= "Robust JavaScript Interactivity" %> </ p >
3
3
< ul class = "text-xl " data-links = "block p-2 current-page-bold " >
4
4
< li > <%= link ( "What goes wrong?" , to: '/robust-javascript' ) %>
5
5
< li > <%= link ( "Idempotency" , to: '/robust-javascript/idempotent-javascript-operations' ) %>
You can’t perform that action at this time.
0 commit comments