🗑️ Remove lunar new year count down

This commit is contained in:
2025-02-03 17:11:16 +08:00
parent 8bfd19f7e3
commit 35cb92b322
3 changed files with 3 additions and 19 deletions

View File

@@ -92,7 +92,7 @@ export default function Post({ order }: InferGetServerSidePropsType<typeof getSe
<Box sx={{ my: 3, flexDirection: 'column', display: 'flex', gap: 2 }}>
{paid || canceled ? (
canceled ? (
<Typography textAlign="center">Canceled, you're not able to pay this order any more.</Typography>
<Typography textAlign="center">Canceled, you are not able to pay this order any more</Typography>
) : (
<Typography textAlign="center">Paid, you can return to the seller now</Typography>
)