Skip to content

Commit d02a2a3

Browse files
committed
Use border-current
1 parent afb52a5 commit d02a2a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components_guide_web/templates/react_typescript/_nav.html.heex

+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"><%= "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>
33
<ul class="text-xl" data-links="block p-2 current-page-bold">
44
<li><%= link(@conn, "Fundamentals", to: "/react+typescript") %></li>
55
<li><%= link(@conn, "Testing", to: "/react+typescript/testing") %></li>

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-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>
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)