Skip to content

Commit 2bacfe9

Browse files
committed
chore(SuccessPayment): update message based on feedback
1 parent 7f6712e commit 2bacfe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app/components/PurchaseOrder/Callback.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ const PurchaseStatusAlert = ({
8383
classNames:
8484
"border-green-800/50 text-green-800 dark:border-green-400/50 dark:text-green-400 [&>svg]:text-green-800 dark:[&>svg]:text-green-400",
8585
title: "Compra completada",
86-
description: "Felicidades vas a asistir a la próxima",
86+
description:
87+
"YA ESTAS LIST@! 🎉. Cuéntale al mundo, Compártelo tus redes!",
8788
},
8889
[PurchaseOrderStatusEnum.Expired]: {
8990
icon: <CircleCheck className="size-4" />,

0 commit comments

Comments
 (0)