<%= link_to webhook, class: "txt-ink flex gap-half align-center min-width" do %>
<%= webhook.name %>
<% end %>
<%= button_to webhook, method: :delete, class: "btn btn--circle btn--negative",
data: { turbo_confirm: "Are you sure you want to permanently remove this webhook?" } do %>
<%= icon_tag "minus" %>
Remove <%= webhook.name %>
<% end %>