Skip to content

Commit 7d10b84

Browse files
committed
chore: disable crypto
1 parent 26c5d28 commit 7d10b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/premium/payment-methods.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const paymentMethods: PaymentMethod[] = [
6666
icon: BitcoinIcon,
6767
textColor: 'text-blue-600',
6868
bgColor: 'bg-blue-100',
69-
isAllowed: true
69+
isAllowed: false
7070
}
7171
]
7272

0 commit comments

Comments
 (0)