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.
This commit is contained in:
c0mrade
2026-05-31 19:24:43 +03:00
parent 0a89838926
commit e18db02e42

View File

@@ -317,12 +317,12 @@ export default function SubscriptionCardExpired({
viewBox="0 0 24 24" viewBox="0 0 24 24"
fill="none" fill="none"
stroke="currentColor" stroke="currentColor"
strokeWidth="2.5" strokeWidth="1.5"
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"
aria-hidden="true" aria-hidden="true"
> >
<path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z" /> <path d="M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09z" />
</svg> </svg>
)} )}
{isRenewing {isRenewing