From 5c54fa100e8cb7f383685db869b5b366b8318a21 Mon Sep 17 00:00:00 2001 From: Kimberley Cook Date: Tue, 2 Apr 2024 16:14:33 +0200 Subject: [PATCH] update links to be specific to codebar --- app/views/shared/_donation_platforms.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_donation_platforms.html.haml b/app/views/shared/_donation_platforms.html.haml index c2339f1b9..df2956024 100644 --- a/app/views/shared/_donation_platforms.html.haml +++ b/app/views/shared/_donation_platforms.html.haml @@ -19,7 +19,7 @@ .bg-dark.rounded-top = image_tag("give-as-you-live.png", alt: "Give as you Live logo", class: "mw-100 rounded-top") .card-body - %h3.h6= link_to(t("donation_platforms.give_as_you_live.title"), "https://www.giveasyoulive.com/") + %h3.h6= link_to(t("donation_platforms.give_as_you_live.title"), "https://www.giveasyoulive.com/join/codebar?utm_source=charitytoolkit&utm_content=233896&utm_medium=post&utm_campaign=CTGenericCampaign") %p.card-text= t("donation_platforms.give_as_you_live.text") .d-flex.col-sm-12.col-md-6.col-lg-3 .card.mt-3.mt-lg-0.shadow @@ -35,7 +35,7 @@ .bg-dark.rounded-top = image_tag("GitHub_Logo_White.png", alt: "Github Sponsors logo", class: "mw-100") .card-body - %h3.h6= link_to(t("donation_platforms.github_sponsors.title"), "https://github.com/sponsors") + %h3.h6= link_to(t("donation_platforms.github_sponsors.title"), "https://github.com/sponsors/codebar") %p.card-text= t("donation_platforms.github_sponsors.text") - if local_assigns[:with_button]