Skip to content

Commit afb52a5

Browse files
committed
Change color of robust javascript nav
1 parent 42497ab commit afb52a5

File tree

1 file changed

+1
-1
lines changed
  • lib/components_guide_web/templates/robust_javascript_interactivity

1 file changed

+1
-1
lines changed

lib/components_guide_web/templates/robust_javascript_interactivity/_nav.html.eex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nav>
2-
<p class="px-2 pb-6 mb-6 text-5xl text-blue-200 border-b-4 border-blue-200"><%= "Robust JavaScript Interactivity" %></p>
2+
<p class="px-2 pb-6 mb-6 text-5xl text-orange-200 border-b-4 border-orange-200"><%= "Robust JavaScript Interactivity" %></p>
33
<ul class="text-xl" data-links="block p-2 current-page-bold">
44
<li><%= link("What goes wrong?", to: '/robust-javascript') %>
55
<li><%= link("Idempotency", to: '/robust-javascript/idempotent-javascript-operations') %>

0 commit comments

Comments
 (0)