fix: simplify order price banner copy

This commit is contained in:
justin 2026-06-03 14:02:55 -05:00
parent 965b9ce3c8
commit 72da37e47d

View file

@ -21,7 +21,7 @@ const hasPrice = typeof priceCents === "number";
{govFeeLabel ? (
<p><strong>Pass-through fees:</strong>{" "}{govFeeLabel}. Billed separately at cost.</p>
) : (
<p>No hidden Performance West service fee. You will review the total before payment.</p>
<p>No hidden service fee. You will review the total before payment.</p>
)}
{note && <p>{note}</p>}
</div>