From f8b74f3cfbbf883b073d6af086629759ae5df243 Mon Sep 17 00:00:00 2001 From: Fringg Date: Sat, 7 Feb 2026 04:41:07 +0300 Subject: [PATCH] Revert "Merge pull request #166 from BEDOLAGA-DEV/feat/payment-icons-from-favicons" This reverts commit e24afc4b6f9b5d9048c8af2d0e427f7e5916cd0c, reversing changes made to 017a6fae35a395234ed6dcbd546e11cc7d38d455. --- src/components/PaymentMethodIcon.tsx | 122 ++++++++++++--------------- 1 file changed, 52 insertions(+), 70 deletions(-) diff --git a/src/components/PaymentMethodIcon.tsx b/src/components/PaymentMethodIcon.tsx index 82da357..3f4aa1b 100644 --- a/src/components/PaymentMethodIcon.tsx +++ b/src/components/PaymentMethodIcon.tsx @@ -8,7 +8,6 @@ export default function PaymentMethodIcon({ className = 'h-8 w-8', }: PaymentMethodIconProps) { switch (method) { - // Telegram Stars — blue circle + gold star case 'telegram_stars': return ( @@ -20,156 +19,139 @@ export default function PaymentMethodIcon({ ); - // CryptoBot (app.cr.bot) — blue circle, white BTC-style ₿ mark case 'cryptobot': return ( ); - // YooKassa — blue circle, stylized "Ю" mark (vertical bar + ring) case 'yookassa': return ( - - + + + + ); - // Heleket — dark circle, green H-mark (from favicon.ico brand) case 'heleket': return ( - + ); - // MulenPay — red circle, white "M" letter mark case 'mulenpay': return ( - - + + ); - // PAL24 / PayPalych (pally.info) — green circle, white "P" mark case 'pal24': return ( - - + + + + P24 + + ); - // Platega — purple/blue gradient mark from favicon (triangle P shape) case 'platega': return ( - - + - - - - - - - ); - // WATA (wata.pro) — yellow-green square icon with black W/V shapes from favicon case 'wata': return ( - + + ); - // Freekassa — orange circle, white "F" mark case 'freekassa': return ( - + + + FK + + ); - // CloudPayments — blue circle with white checkmark cross from favicon.svg case 'cloudpayments': return ( - + - ); - // Tribute — blue gradient rounded square with white star/arrow from favicon case 'tribute': return ( - + - - - - - - - ); - // Kassa AI — orange circle with white "K" mark from brand case 'kassa_ai': return ( - - + + + + + + + + + + AI + + );