• <%= link_to rails_live_dashboard.request_path(request), 'data-turbo-frame': :_top, class: 'relative flex justify-between gap-x-6 px-4 py-5 hover:bg-gray-50 sm:px-6' do %>

    <%= render RailsLiveDashboard::RequestMethodBadgeComponent.new(request.content.method) %>

    <%= request.content.path %>

    <%= lucide_icon('chevron-right', class: 'h-5 w-5 flex-none text-gray-400') %>
    <% end %>