Skip to content

Commit ef3f0a0

Browse files
authored
Merge pull request #21 from teacoder-team/dev
chore: disable crypto
2 parents 7b83700 + 7d10b84 commit ef3f0a0

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)