From 0fe5682f91f3ed53d1a2a2f5b954e4ca4a947962 Mon Sep 17 00:00:00 2001 From: Marko Saric <34340819+metmarkosaric@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:17:35 +0100 Subject: [PATCH] Change the CTA to upgrade now rather than contact (#3837) --- lib/plausible_web/components/billing/notice.ex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/plausible_web/components/billing/notice.ex b/lib/plausible_web/components/billing/notice.ex index f940a7493..178d71aa9 100644 --- a/lib/plausible_web/components/billing/notice.ex +++ b/lib/plausible_web/components/billing/notice.ex @@ -16,9 +16,12 @@ defmodule PlausibleWeb.Components.Billing.Notice do title="You have outgrown your Plausible subscription tier" class="shadow-md dark:shadow-none" > - In order to keep your stats running, we require you to upgrade your account to accommodate your new usage levels. Please contact us to discuss a new custom plan. - <.link href="mailto:enterprise@plausible.io" class="whitespace-nowrap font-semibold"> - Contact us + In order to keep your stats running, we require you to upgrade your account to accommodate your new usage levels. + <.link + href={Routes.billing_path(PlausibleWeb.Endpoint, :choose_plan)} + class="whitespace-nowrap font-semibold" + > + Upgrade now