diff --git a/app/views/contributions/donations/index.html.erb b/app/views/contributions/donations/index.html.erb index 6217149..e885055 100644 --- a/app/views/contributions/donations/index.html.erb +++ b/app/views/contributions/donations/index.html.erb @@ -2,11 +2,11 @@ <%= render MainWithTabnavComponent.new(tabnav_partial: "shared/tabnav_contributions") do %>
-

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

<% if @donations.any? %> +

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

<% else %> -

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

+
+

+ <%= 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 %> diff --git a/public/img/illustrations/undraw_savings_re_eq4w.svg b/public/img/illustrations/undraw_savings_re_eq4w.svg new file mode 100644 index 0000000..9b0f97b --- /dev/null +++ b/public/img/illustrations/undraw_savings_re_eq4w.svg @@ -0,0 +1 @@ + \ No newline at end of file