diff --git a/lib/features/profile/presentation/screens/payment_success_screen.dart b/lib/features/profile/presentation/screens/payment_success_screen.dart index 742d9da..579a2a5 100644 --- a/lib/features/profile/presentation/screens/payment_success_screen.dart +++ b/lib/features/profile/presentation/screens/payment_success_screen.dart @@ -73,7 +73,7 @@ class _PaymentSuccessScreenState extends ConsumerState { children: [ // Back button GestureDetector( - onTap: () => context.go('/'), + onTap: () => context.go('/home'), child: const Icon(Icons.arrow_back, color: AppColors.primaryDark), ), @@ -253,7 +253,7 @@ class _PaymentSuccessScreenState extends ConsumerState { SizedBox( width: 200, child: ElevatedButton.icon( - onPressed: () => context.go('/'), + onPressed: () => context.go('/home'), icon: const Icon(Icons.dashboard, size: 18, color: Colors.white), label: const Text(