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}

}