minor polishing on serendipitous cta

This commit is contained in:
Andrew Brown 2025-06-03 23:39:53 -07:00
parent 8f67624126
commit 6904c2e36d

View File

@ -431,13 +431,13 @@
<!-- Question Icon -->
<div class="flex-shrink-0">
<div class="<%= @questioned_content.color %> w-10 h-10 rounded-lg flex items-center justify-center text-white shadow-sm">
<i class="material-icons text-lg"><%= serendipitous_category.icon %></i>
<i class="material-icons"><%= serendipitous_category.icon %></i>
</div>
</div>
<!-- Question Text -->
<div class="flex-1 min-w-0">
<h3 class="text-sm font-medium text-gray-900 mb-1">
<h3 class="text-xl font-medium text-gray-900 mb-1">
<%=
t(
"serendipitous_questions.attributes.#{@questioned_content.page_type.downcase}.#{@attribute_field_to_question.label.parameterize.underscore}",
@ -446,9 +446,6 @@
)
%>
</h3>
<p class="text-sm text-gray-600 leading-relaxed">
Answer here and save it to your <%= @questioned_content.name %> page.
</p>
</div>
</div>