<%= link_to connect_path, class: "bg-container shadow-border-xs rounded-xl p-4 flex flex-col gap-3 text-primary hover:bg-container-hover transition-colors", data: { turbo_frame: "drawer", turbo_prefetch: "false" }.merge(filter_data) do %>
<%= logo_text %>
<%= name %> <% if maturity_label %> <%= maturity_label %> <% end %>
<% if meta_line.present? %>

<%= meta_line %>

<% end %>
<% if tagline.present? %>

<%= tagline %>

<% end %>
<%= t("settings.providers.connect") %> <%= helpers.icon "arrow-right", class: "w-4 h-4" %>
<% end %>