Skip to content

Commit f878b33

Browse files
committed
Remove header nav from React + TypeScript pages
1 parent 360fbeb commit f878b33

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nav class="">
2-
<p class="px-2 pb-6 text-xl italic"><%= "React & TypeScript Guide" %></p>
2+
<p class="px-2 pb-6 mb-6 text-5xl text-blue-200 border-b-4 border-blue-200"><%= "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/react_typescript/index.html.eex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<header class="<%= ComponentsGuideWeb.TopicsView.class_for_topic(:react_typescript) %>">
2-
<%= render view_module(@conn), "_headline.html" %>
3-
</header>
4-
51
<navigable-article class="flex flex-col">
62
<div class="mx-auto grid-flow-col md:grid md:grid-cols-[20rem_minmax(0,var(--max-width))] xl:grid-cols-[20rem_minmax(0,var(--max-width))_18rem] gap-8" style="--max-width: 46em">
73
<div class="md:sticky top-0 md:h-screen pl-4 pt-16 text-white">

0 commit comments

Comments
 (0)