Routing - Guest

This commit is contained in:
VINISTAN 2024-12-27 17:40:03 +05:30
parent 312ae9df9b
commit aef2798e76

View File

@ -457,8 +457,9 @@ class LoginRoute extends HookConsumerWidget {
final continueAsGuestBtn = SizedBox(
width: double.infinity,
child: ElevatedButton(
onPressed: () => context
.go('/${context.language}/${BottomNavBarItem.home.routePath}'),
onPressed: () =>
context.go('/myhomepage'),
//context.go('/${context.language}/${BottomNavBarItem.home.routePath}'),
style: ButtonStyle(
shape: WidgetStatePropertyAll(
RoundedRectangleBorder(