Skip to content

Commit 9d3f643

Browse files
authored
fix: change cursor-pointer to cursor-help (#1184)
1 parent 3289774 commit 9d3f643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/helpers/edit_inline/tabular_heading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ field.label|capfirst }}
1010

1111
{% if field.help_text %}
12-
<span class="cursor-pointer material-symbols-outlined ml-2 text-base-400 dark:text-base-500" title="{{ field.help_text|striptags }}">help</span>
12+
<span class="cursor-help material-symbols-outlined ml-2 text-base-400 dark:text-base-500" title="{{ field.help_text|striptags }}">help</span>
1313
{% endif %}
1414
</span>
1515
</th>

0 commit comments

Comments
 (0)