<%# locals: (budget:) %>
<%= lucide_icon "alert-triangle", class: "w-6 h-6 text-red-500" %>

You have over-allocated your budget. Please fix your allocations.

<%= link_to budget_budget_categories_path(budget), class: "btn btn--secondary flex items-center gap-1" do %> Fix allocations <%= lucide_icon "pencil", class: "w-4 h-4 text-gray-500 hover:text-gray-600" %> <% end %>