mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
minor polishing on serendipitous cta
This commit is contained in:
parent
8f67624126
commit
6904c2e36d
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user