Skip to content

Commit 749ba8d

Browse files
committed
Bigger emojis
1 parent eaecb17 commit 749ba8d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/_top.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="mx-auto max-w-4xl text-white">
22
<h1 y-y x-x=md class="pt-8 row space-x-4 text-4xl text-center font-bold leading-tight text-shadow">
3-
<span class="mr-2 text-4xl">💁🏼‍♀️🥇</span>
3+
<span class="mr-1 text-5xl">💁🏼‍♀️🥇</span>
44
<span><%= "Accessibility-First" %></span>
55
</h1>
66
<%= render ComponentsGuideWeb.AccessibilityFirstView, "_nav.html" %>

apps/components_guide_web/lib/components_guide_web/templates/composable_systems/_top.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="mx-auto max-w-4xl">
22
<h1 y-y x-x=md class="pt-8 row space-x-4 text-4xl text-center font-bold leading-tight">
3-
<span class="mr-2 text-4xl">🖇🍀</span>
3+
<span class="mr-1 text-5xl">🖇🍀</span>
44
<span><%= "Composable Systems" %></span>
55
</h1>
66
<%= render ComponentsGuideWeb.ComposableSystemsView, "_nav.html" %>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
heading = "Great apps start with great components"
44
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")
6+
heading = raw("Want to improve both the user experience <em>and</em> developer experience of your components?")
67

7-
subhead = "Guides to accessibility, TDD, BDD, naming, performance, and the latest browser features."
8+
subhead = "Learn via guides to accessibility, TDD, BDD, naming, performance, and the latest browser features."
89
910
%>
1011

0 commit comments

Comments
 (0)