diff --git a/lib/towerops_web/live/org/integrations_live.html.heex b/lib/towerops_web/live/org/integrations_live.html.heex index 3799f83b..d31383a0 100644 --- a/lib/towerops_web/live/org/integrations_live.html.heex +++ b/lib/towerops_web/live/org/integrations_live.html.heex @@ -36,15 +36,15 @@ Enum.find(category.providers, fn p -> @integrations[p.id] && @integrations[p.id].enabled end) %> +
+ + <.icon name="hero-arrow-path" class="h-3.5 w-3.5" /> Choose one + + + — only one billing platform can be active at a time + +
-
- - <.icon name="hero-arrow-path" class="h-3.5 w-3.5" /> Choose one - - - — only one billing platform can be active at a time - -
<%= if active_billing do %> <%!-- Active billing provider --%> <% integration = @integrations[active_billing.id] %>