Skip to content

Commit 9d357d4

Browse files
committed
Fix typo
1 parent 4474c30 commit 9d357d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/jam/storefront.server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export function getDiscountData(discountCode?: string): DiscountData {
193193
if (discountCode === CONTRIBUTOR_DISCOUNT_CODE) {
194194
return {
195195
title: "Contributor",
196-
text: "You have been personally invited to join us atRemix Jam 2025 due to your contributions to Remix and the community. This ticket is free of charge and can only be used with your promo code* one time only. Hope to see you there!",
196+
text: "You have been personally invited to join us at Remix Jam 2025 due to your contributions to Remix and the community. This ticket is free of charge and can only be used with your promo code* one time only. Hope to see you there!",
197197
discountCode,
198198
price: "0",
199199
imageSrc: contributorTicketSrc,

0 commit comments

Comments
 (0)