Skip to content

Commit

Permalink
Merge pull request #270 from enrique-lozano/feat/change-transactions-…
Browse files Browse the repository at this point in the history
…icon

Change transactions icon in the tabs
  • Loading branch information
enrique-lozano authored Dec 15, 2024
2 parents 6039a5d + 6e741c2 commit a067e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/routes/destinations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ List<MainMenuDestination> getAllDestinations(
MainMenuDestination(
AppMenuDestinationsID.transactions,
label: t.transaction.display(n: 10),
icon: Icons.app_registration_rounded,
icon: Icons.list,
destination: const TransactionsPage(),
),
/* MainMenuDestination(
Expand Down

0 comments on commit a067e91

Please sign in to comment.