diff --git a/app/views/layouts/tailwind.html.erb b/app/views/layouts/tailwind.html.erb index e66cbaa2..4a2c04d1 100644 --- a/app/views/layouts/tailwind.html.erb +++ b/app/views/layouts/tailwind.html.erb @@ -52,10 +52,10 @@
<% @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-3 cursor-pointer group hover:bg-blue-100 hover:text-gray-900 rounded-l-full' do %> + <%= 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.pluralize %> - + <%= number_with_delimiter @current_user_content.fetch(content_type, []).count %> <% end %> @@ -79,6 +79,7 @@ Shopify Slack Zapier + Review