Remove background color from demo CTA (#5911)
This commit is contained in:
parent
0eea55d1c1
commit
8082b695d5
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue