Skip to content

Commit f5c3583

Browse files
committed
Update _names.html.erb
1 parent 3013a44 commit f5c3583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/registers/_names.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<% end %>
6767
<%= modal_button(id, as_anchor: true) do %>
6868
<% kinds.each do |k, v| %>
69-
<%= fa_icon(v, class: "text-#{name.curation_color(k)}") %>
69+
<%= fa_icon(v, class: "text-#{name.curation_kind(k).color}") %>
7070
<% end %>
7171
<% end %>
7272
</td>

0 commit comments

Comments
 (0)