diff --git a/lib/features/home/presentation/ui/home_page.dart b/lib/features/home/presentation/ui/home_page.dart index 758c23f..3234e84 100644 --- a/lib/features/home/presentation/ui/home_page.dart +++ b/lib/features/home/presentation/ui/home_page.dart @@ -81,6 +81,7 @@ class HomePage extends StatelessWidget { ), ), MyButton( + onTap: () => context.read().goToLevelPage(context), type: ButtonType.type2, title: context.translate.start, ),