fix: Update navigation route in ExpenseAppBar to point to finance dashboard

This commit is contained in:
Vaibhav Surve 2025-11-05 15:18:46 +05:30
parent 028f17dddd
commit e7a8a844d1

View File

@ -33,7 +33,7 @@ class ExpenseAppBar extends StatelessWidget implements PreferredSizeWidget {
IconButton( IconButton(
icon: const Icon(Icons.arrow_back_ios_new, icon: const Icon(Icons.arrow_back_ios_new,
color: Colors.black, size: 20), color: Colors.black, size: 20),
onPressed: () => Get.offNamed('/dashboard'), onPressed: () => Get.offNamed('/dashboard/finance'),
), ),
MySpacing.width(8), MySpacing.width(8),
Expanded( Expanded(