diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index fc99c9e..f01a783 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -30,106 +30,101 @@ <% if (!invoice) { %> - -
+ <% if (plan !== 'free') { %> +
+ Buying a higher tier? Your current plan pauses and picks back up once the new one expires. If you'd rather combine them, reach out to support. +
+ <% } %> + + + + + -
- - -
-

Choose a plan

+
+ + <% if (hasLifetime) { %> +
+ Owned +
Lifetime
+
$<%= lifetimeBase %>
+
You already have Lifetime
- -
-
- - <% if (hasLifetime) { %> -
- Owned -
Lifetime
-
$<%= lifetimeBase %>
-
Already included in your plan
-
- <% } else { %> - - <% } %> -
- - - -
- - -
-
Pay with
-
- <% coins.forEach(function(c, i) { %> - > - - <% }) %> -
-
- - -
- - <% if (plan !== 'free') { %> -

Buying a higher tier? Your current plan pauses and picks back up once the new one expires. If you'd rather combine them, reach out to support.

+ <% } else { %> + + <% } %> +
+ + + + + +
+ +
+ <% coins.forEach(function(c, i) { %> + > + + <% }) %> +
+
+ + + <% } else { %>