<%= turbo_frame_tag "modal" do %> <%= render DS::Dialog.new do |dialog| %> <% dialog.with_header(title: t(".title")) %> <% dialog.with_body do %>
<%= icon("alert-circle", class: "text-warning w-5 h-5 shrink-0 mt-0.5") %>

<%= t(".heading") %>

<%= t(".description") %>

<%= t(".setup_steps") %>

  1. <%= t(".steps.open_settings_html") %>
  2. <%= t(".steps.find_section_html") %>
  3. <%= t(".steps.enter_token") %>
  4. <%= t(".steps.return_to_link") %>
<%= render DS::Link.new( text: t(".settings_link"), href: settings_providers_path, variant: :primary, data: { turbo: false } ) %>
<% end %> <% end %> <% end %>