<% @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 %>
@@ -123,8 +122,9 @@
+
-
+
+
-
-
-
-
-
-
-
-
<%= react_component("Footer") unless defined?(@show_footer) && !@show_footer %>
<%# render 'layouts/quick_add_fab' unless defined?(@show_footer) && !@show_footer %>