From 72da37e47d7a1a2361e19ded37a2e74c4e74772e Mon Sep 17 00:00:00 2001 From: justin Date: Wed, 3 Jun 2026 14:02:55 -0500 Subject: [PATCH] fix: simplify order price banner copy --- site/src/components/OrderPriceBanner.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/OrderPriceBanner.astro b/site/src/components/OrderPriceBanner.astro index f91300b..85604eb 100644 --- a/site/src/components/OrderPriceBanner.astro +++ b/site/src/components/OrderPriceBanner.astro @@ -21,7 +21,7 @@ const hasPrice = typeof priceCents === "number"; {govFeeLabel ? (

Pass-through fees:{" "}{govFeeLabel}. Billed separately at cost.

) : ( -

No hidden Performance West service fee. You will review the total before payment.

+

No hidden service fee. You will review the total before payment.

)} {note &&

{note}

}