From b80a8ee240954e155addbdb924686fccb57ca1bc Mon Sep 17 00:00:00 2001 From: nate Date: Wed, 25 Mar 2026 22:40:01 +0400 Subject: [PATCH] fix: upgrade info block on qr page --- apps/web/src/views/checkout.ejs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/views/checkout.ejs b/apps/web/src/views/checkout.ejs index 935d08b..597101e 100644 --- a/apps/web/src/views/checkout.ejs +++ b/apps/web/src/views/checkout.ejs @@ -27,14 +27,14 @@
← Back to settings

Upgrade Plan

- <% 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. -
- <% } %>
<% 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. +
+ <% } %>