diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index 8eb81b48..6b6b57dd 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -52,7 +52,7 @@ <% @activated_content_types.each do |content_type| %> <% content_type_klass = content_class_from_name(content_type) %> <%= link_to main_app.polymorphic_path(content_type_klass), class: 'flex items-center px-4 py-2 cursor-pointer group hover:bg-notebook-blue hover:text-white rounded-l-full' do %> - <%= content_type_klass.icon %> + <%= content_type_klass.icon %> <%= content_type.pluralize %> <%= number_with_delimiter @current_user_content.fetch(content_type, []).count %>