<%# locals: (budget:) %>
<%= icon "alert-triangle", size: "lg", color: "destructive" %>

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

<%= render DS::Link.new( text: t(".fix_allocations"), variant: "secondary", size: "sm", icon: "pencil", icon_position: "right", href: budget_budget_categories_path(budget) ) %>