From 2cef7b44fc2bf50215d81593ddd78393eb861ea0 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 5 Feb 2026 05:50:07 +0300 Subject: [PATCH] feat: replace deposit/withdraw with trusted seller/buyer buttons Links to Telegram group t.me/pezhezbuysel for P2P trading with trusted agents in user's local area. --- src/components/p2p/P2PDashboard.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/p2p/P2PDashboard.tsx b/src/components/p2p/P2PDashboard.tsx index 89ea66c..73ec359 100644 --- a/src/components/p2p/P2PDashboard.tsx +++ b/src/components/p2p/P2PDashboard.tsx @@ -5,7 +5,7 @@ import { Badge } from '@/components/ui/badge'; import { Card, CardContent } from '@/components/ui/card'; import { PlusCircle, ClipboardList, TrendingUp, CheckCircle2, Clock, - ArrowLeft, Zap, Blocks, Wallet, ArrowDownToLine, ArrowUpFromLine + ArrowLeft, Zap, Blocks, Wallet, UserCheck, Store } from 'lucide-react'; import { AdList } from './AdList'; import { CreateAd } from './CreateAd'; @@ -236,20 +236,20 @@ export function P2PDashboard() {