From fdc17261337241e9cb0427e75876c4bea069c843 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Tue, 18 Jun 2024 20:19:15 +0000 Subject: [PATCH] Add donation illustration https://www.bugherd.com/t/97DaxBWYEgnhedX6rrqKyA --- .../images/tailwind/illustration/love-letter.svg | 9 +++++++++ app/views/_tailwind/application/_footer.html.erb | 11 +++++------ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 app/assets/images/tailwind/illustration/love-letter.svg diff --git a/app/assets/images/tailwind/illustration/love-letter.svg b/app/assets/images/tailwind/illustration/love-letter.svg new file mode 100644 index 000000000..15a8dd806 --- /dev/null +++ b/app/assets/images/tailwind/illustration/love-letter.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/app/views/_tailwind/application/_footer.html.erb b/app/views/_tailwind/application/_footer.html.erb index 2b7ada940..9798e04b6 100644 --- a/app/views/_tailwind/application/_footer.html.erb +++ b/app/views/_tailwind/application/_footer.html.erb @@ -30,13 +30,12 @@
-
+
+ <%= image_tag "tailwind/illustration/love-letter.svg", size: "68x52", alt: "Illustration of love letter" %>

Your donations keep this site and others like it running

-
- <%= render Tailwind::ButtonComponent.new(tag: :a, size: "lg", type: :inverse, href: "https://donate.planningalerts.org.au") do %> - Donate now - <% end %> -
+ <%= render Tailwind::ButtonComponent.new(tag: :a, size: "lg", type: :inverse, href: "https://donate.planningalerts.org.au") do %> + Donate now + <% end %>