diff --git a/lib/ui/home/home/contributions/tontine_contribution_page.dart b/lib/ui/home/home/contributions/tontine_contribution_page.dart index 685a3a0..6d22faf 100644 --- a/lib/ui/home/home/contributions/tontine_contribution_page.dart +++ b/lib/ui/home/home/contributions/tontine_contribution_page.dart @@ -90,7 +90,7 @@ class _RecordContributions extends State { // Navigate to the RecordContribution screen Navigator.push( context, - MaterialPageRoute(builder: (context) => RecordContribution()), + MaterialPageRoute(builder: (context) => RecordContributionsPage()), ); }, style: ElevatedButton.styleFrom( diff --git a/lib/ui/home/home/tontines/dashboard_page.dart b/lib/ui/home/home/tontines/dashboard_page.dart index e3b6225..b7235e2 100644 --- a/lib/ui/home/home/tontines/dashboard_page.dart +++ b/lib/ui/home/home/tontines/dashboard_page.dart @@ -72,7 +72,7 @@ class _DashboardPageState extends State with SingleTickerProvider children: [ InviteMembersPage (), MakeContributionsPage(), - RecordContribution(), + RecordContributionsPage(), GroupInformation(), ], ),