mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 01:54:34 +03:00
Change the CTA to upgrade now rather than contact (#3837)
This commit is contained in:
parent
316148e788
commit
0fe5682f91
@ -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 <span aria-hidden="true"> →</span>
|
||||
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 <span aria-hidden="true"> →</span>
|
||||
</.link>
|
||||
</.notice>
|
||||
</aside>
|
||||
|
Loading…
Reference in New Issue
Block a user