app/components/avo/panel_component.html.erb in avo-2.19.0 vs app/components/avo/panel_component.html.erb in avo-2.20.0

- old
+ new

@@ -2,10 +2,10 @@ <% if render_header? %> <div class="flex-1 flex flex-col xl:flex-row justify-between mb-4"> <div class="overflow-hidden flex flex-col"> <% if display_breadcrumbs? %> <div class="breadcrumbs truncate mb-2"> - <%= helpers.render_breadcrumbs(separator: helpers.svg('chevron-right', class: 'inline-block h-3 stroke-current relative top-[-1px] ml-1' )) if Avo.configuration.display_breadcrumbs %> + <%= helpers.render_avo_breadcrumbs(separator: helpers.svg('chevron-right', class: 'inline-block h-3 stroke-current relative top-[-1px] ml-1' )) if Avo.configuration.display_breadcrumbs %> </div> <% end %> <div class="text-2xl tracking-normal font-semibold text-gray-800 truncate items-center flex flex-1" data-target="title"> <span><%= @name %></span> </div>