We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11f5d2 commit 377c047Copy full SHA for 377c047
lib/components_guide_web/templates/layout/_contentinfo.html.eex
@@ -4,7 +4,12 @@
4
</div>
5
6
<div class="X pt-8 pb-12">
7
- <%= render ComponentsGuideWeb.IntegrationsView, "convertkit_form.html", [] %>
+ <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>
13
14
15
<nav aria-label="Links">
0 commit comments