Skip to content

Commit f78630b

Browse files
committed
Improve landing subhead
1 parent 980acbe commit f78630b

File tree

1 file changed

+2
-2
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/landing

1 file changed

+2
-2
lines changed

apps/components_guide_web/lib/components_guide_web/templates/landing/index.html.eex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ heading = "Want to learn more of the why than the how?"
55
heading = raw("Improve the user experience <em>and</em> developer experience of your components")
66
heading = raw("Want to improve both the user experience <em>and</em> developer experience of your components?")
77

8-
subhead = "Learn via guides to accessibility, TDD, BDD, naming, performance, and the latest browser features."
8+
subhead = "Learn about accessibility, TDD, BDD, naming, performance, and the latest browser features — all for free."
99
1010
%>
1111

@@ -14,7 +14,7 @@ subhead = "Learn via guides to accessibility, TDD, BDD, naming, performance, and
1414
<h1 class="mx-auto max-w-4xl px-2 text-3xl sm:text-4xl md:text-5xl text-center leading-tight font-bold text-shadow">
1515
<%= heading %>
1616
</h1>
17-
<p class="mt-6 mb-8 mx-auto max-w-3xl text-2xl sm:text-3xl md:text-3xl text-center leading-snug italic text-gray-100 text-shadow">
17+
<p class="mt-6 mb-8 mx-auto max-w-4xl text-2xl sm:text-3xl md:text-3xl text-center leading-snug italic text-gray-100 text-shadow">
1818
<%= subhead %>
1919
</p>
2020
<p hidden class="mx-auto py-2 max-w-4xl text-base md:text-xl text-center">

0 commit comments

Comments
 (0)