feat: add expiry label to ExpiryCountDown component in TopupPage

This commit is contained in:
2025-07-06 22:37:23 +05:00
parent 62678b6a84
commit 9e25da717b
2 changed files with 17 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ export default async function TopupPage({
</div>
</div>
{!topup.paid && (
<ExpiryCountDown expiresAt={topup.expires_at} />
<ExpiryCountDown expiryLabel="Top up" expiresAt={topup.expires_at} />
)}
<div
id="user-topup-details"