Skip to content

Commit 377c047

Browse files
committed
Collapse newsletter behind a details/summary
1 parent b11f5d2 commit 377c047

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/components_guide_web/templates/layout/_contentinfo.html.eex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
</div>
55

66
<div class="X pt-8 pb-12">
7-
<%= render ComponentsGuideWeb.IntegrationsView, "convertkit_form.html", [] %>
7+
<details>
8+
<summary class="text-xl text-white text-center">Subscribe to the Newsletter</summary>
9+
<div class="mt-2">
10+
<%= render ComponentsGuideWeb.IntegrationsView, "convertkit_form.html", [] %>
11+
</div>
12+
</details>
813
</div>
914

1015
<nav aria-label="Links">

0 commit comments

Comments
 (0)