From 5340f81a9562ad83a0a101d9f550ee30cf507622 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Sun, 31 May 2026 19:38:57 +0300 Subject: [PATCH] fix(subscription): use the nav SubscriptionIcon on the quick-renew button The inline single sparkle didn't match the two-star sparkle shown in the nav. Render the same SubscriptionIcon component so the button matches the nav exactly. --- .../dashboard/SubscriptionCardExpired.tsx | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/components/dashboard/SubscriptionCardExpired.tsx b/src/components/dashboard/SubscriptionCardExpired.tsx index c03ff70..8fec23c 100644 --- a/src/components/dashboard/SubscriptionCardExpired.tsx +++ b/src/components/dashboard/SubscriptionCardExpired.tsx @@ -10,6 +10,7 @@ import { useCurrency } from '../../hooks/useCurrency'; import { useHapticFeedback } from '../../platform/hooks/useHaptic'; import { getGlassColors } from '../../utils/glassTheme'; import { getInsufficientBalanceError } from '../../utils/subscriptionHelpers'; +import { SubscriptionIcon } from '@/components/icons'; interface SubscriptionCardExpiredProps { subscription: Subscription; @@ -311,19 +312,7 @@ export default function SubscriptionCardExpired({ aria-hidden="true" /> ) : ( - + )} {isRenewing ? t('common.loading')