<%= render HeaderComponent.new(title: "Contributions") %> <%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>
<% if @donations.any? %>

Your financial contributions to the development and upkeep of Kosmos software and services.

<% else %>

<%= image_tag("/img/illustrations/undraw_savings_re_eq4w.svg", class: 'h-48') %>

No donations yet

The donation process is not automated yet.
Please contact us if you'd like to contribute this way right now.

<% end %>
<% end %>