diff --git a/lib/ui/welcome/view/WelcomeView.dart b/lib/ui/welcome/view/WelcomeView.dart index c62eae6..af76569 100644 --- a/lib/ui/welcome/view/WelcomeView.dart +++ b/lib/ui/welcome/view/WelcomeView.dart @@ -81,7 +81,7 @@ class _WelcomeViewState extends State { return SingleChildScrollView( child: GestureDetector( onTap: () => { - Navigator.of(context).push( + Navigator.of(context).pushReplacement( MaterialPageRoute( builder: (context) => const OnboardingView(), ),