Remove background color from demo CTA (#5911)

This commit is contained in:
Sanne de Vries 2025-11-26 14:16:56 +01:00 committed by GitHub
parent 0eea55d1c1
commit 8082b695d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 23 deletions

View File

@ -56,7 +56,6 @@
</div> </div>
<div id="modal_root"></div> <div id="modal_root"></div>
<%= if !@conn.assigns[:current_user] && @conn.assigns[:demo] do %> <%= if !@conn.assigns[:current_user] && @conn.assigns[:demo] do %>
<div class="bg-gray-50 dark:bg-gray-850">
<div class="py-12 lg:py-16 lg:flex lg:items-center lg:justify-between"> <div class="py-12 lg:py-16 lg:flex lg:items-center lg:justify-between">
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 leading-9 sm:text-4xl sm:leading-10 dark:text-gray-100"> <h2 class="text-3xl font-extrabold tracking-tight text-gray-900 leading-9 sm:text-4xl sm:leading-10 dark:text-gray-100">
Want these stats for your website? <br /> Want these stats for your website? <br />
@ -81,6 +80,5 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<% end %> <% end %>
</div> </div>