From bb6049a0671b511458f44b88b155b7b63803c602 Mon Sep 17 00:00:00 2001 From: keyhan Date: Thu, 18 Jun 2026 12:50:27 +0330 Subject: [PATCH] fix(frontend): make wallet page full-width to match other dashboard pages Co-Authored-By: Claude Opus 4.8 --- frontend/src/app/[lang]/dashboard/wallet/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/[lang]/dashboard/wallet/page.tsx b/frontend/src/app/[lang]/dashboard/wallet/page.tsx index 2f3e4a5..3e5da46 100644 --- a/frontend/src/app/[lang]/dashboard/wallet/page.tsx +++ b/frontend/src/app/[lang]/dashboard/wallet/page.tsx @@ -102,7 +102,7 @@ export default function WalletPage() { const isPending = chargeMutation.isPending || gatewayMutation.isPending; return ( -
+

{w.title}

{w.subtitle}