Skip to content

Commit

Permalink
chore(SuccessPayment): update message based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego committed Sep 25, 2024
1 parent 7f6712e commit 2bacfe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/PurchaseOrder/Callback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ const PurchaseStatusAlert = ({
classNames:
"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",
title: "Compra completada",
description: "Felicidades vas a asistir a la próxima",
description:
"YA ESTAS LIST@! 🎉. Cuéntale al mundo, Compártelo tus redes!",
},
[PurchaseOrderStatusEnum.Expired]: {
icon: <CircleCheck className="size-4" />,
Expand Down

0 comments on commit 2bacfe9

Please sign in to comment.