diff --git a/src/pages/GiftResult.tsx b/src/pages/GiftResult.tsx index 508488b..8425b5e 100644 --- a/src/pages/GiftResult.tsx +++ b/src/pages/GiftResult.tsx @@ -10,7 +10,7 @@ import { AnimatedCrossmark } from '@/components/ui/AnimatedCrossmark'; import { cn } from '@/lib/utils'; function formatGiftCode(token: string): string { - return `GIFT-${token.slice(0, 12).toUpperCase()}`; + return `GIFT-${token.slice(0, 12)}`; } const MAX_POLL_MS = 10 * 60 * 1000; // 10 minutes diff --git a/src/pages/GiftSubscription.tsx b/src/pages/GiftSubscription.tsx index aedbcae..bfa75d9 100644 --- a/src/pages/GiftSubscription.tsx +++ b/src/pages/GiftSubscription.tsx @@ -1015,7 +1015,7 @@ function ShareModal({ gift, onClose }: { gift: SentGift; onClose: () => void }) onClick={onClose} > {/* Backdrop */} -
+ {/* Modal content */}