diff --git a/app/components/savings/funding_accounts_breakdown_component.html.erb b/app/components/savings/funding_accounts_breakdown_component.html.erb
new file mode 100644
index 000000000..d44c3e2f7
--- /dev/null
+++ b/app/components/savings/funding_accounts_breakdown_component.html.erb
@@ -0,0 +1,25 @@
+ <%= t("savings_goals.show.no_contributions_yet") %><%= t("savings_goals.show.funding_accounts_heading") %>
+
+ <% if total.zero? %>
+
<%= goal.name %>
+ <%= render Savings::StatusPillComponent.new(goal: goal) %> +<%= linked_accounts_label %>
+