From e18db02e42214c8b2f6f54813815173417286134 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Sun, 31 May 2026 19:24:43 +0300 Subject: [PATCH] fix(subscription): use the sparkle icon on the quick-renew button The expired-card quick-renew button showed a lightning bolt, inconsistent with the sparkle used on every other subscription CTA. Match the subscription CTA. --- src/components/dashboard/SubscriptionCardExpired.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/SubscriptionCardExpired.tsx b/src/components/dashboard/SubscriptionCardExpired.tsx index 95d5e46..c03ff70 100644 --- a/src/components/dashboard/SubscriptionCardExpired.tsx +++ b/src/components/dashboard/SubscriptionCardExpired.tsx @@ -317,12 +317,12 @@ export default function SubscriptionCardExpired({ viewBox="0 0 24 24" fill="none" stroke="currentColor" - strokeWidth="2.5" + strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true" > - + )} {isRenewing