Skip to content

Commit e7d33c9

Browse files
committed
fix: rm unused image
1 parent 15f2044 commit e7d33c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/masterbots.ai/components/payment-information.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function PaymentInformation({ prev, next }: WizardStepProps) {
6666
Subscribe using <span className="text-[#837de6]">Stripe</span>{' '}
6767
</span>
6868
</div>
69-
<div className="min-h-[480px] md:w-full w-[360px] flex items-center justify-center [&_div]:w-full mb-5">
69+
<div className="min-h-[480px] w-full max-w-[360px] flex items-center justify-center [&_div]:w-full mb-5">
7070
<PaymentElement />
7171
</div>
7272
</div>

0 commit comments

Comments
 (0)