%= render Spina::MainNavigation::SubNavComponent.new(:blog) do |nav| %> <% nav.icon do %> <%= heroicon('pencil', style: :solid, class: 'w-8 h-8 text-white md:mr-3') %>
<% end %> <% nav.links do %> <%= render Spina::MainNavigation::LinkComponent.new(t('spina.blog.posts.title'), spina.admin_conferences_blog_posts_path, active: request.path.start_with?("/#{Spina.config.backend_path}/conferences/blog/posts")) %> <%= render Spina::MainNavigation::LinkComponent.new(t('spina.blog.categories.title'), spina.admin_conferences_blog_categories_path, active: request.path.start_with?("/#{Spina.config.backend_path}/conferences/blog/categories")) %> <% end %> <% end %>