Skip to content

Commit

Permalink
small change to success
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 26, 2024
1 parent b8e8aac commit 4c59400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Success/Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function Success({
setDrawerOpen(false);

dispatch(setSheet(false));
}, 300);
}, 1000);
}
}, [transactionStatus]);
return (
Expand Down Expand Up @@ -133,10 +133,10 @@ export default function Success({
transition={{ delay: 0.4 }}
className='w-full'
>
{/* <TextGenerateEffect
<TextGenerateEffect
className='mt-4 text-center text-sm text-muted-foreground'
words='Your payment is on the way'
></TextGenerateEffect> */}
></TextGenerateEffect>
</motion.div>
</div>
)}
Expand Down

0 comments on commit 4c59400

Please sign in to comment.