From fa9287a079a1b97d679df79eaf02e8446c6e1b35 Mon Sep 17 00:00:00 2001 From: drusepth Date: Tue, 22 Mar 2022 15:43:23 -0700 Subject: [PATCH] adjust sidenav icon positioning --- app/views/layouts/tailwind.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>