fix a typo on the login screen

This commit is contained in:
flexagoon 2022-07-12 12:02:16 +00:00 committed by GitHub
parent 9db99a07d0
commit 4d130af609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ class Login extends HookConsumerWidget {
const Text("Don't know how to do this?"), const Text("Don't know how to do this?"),
TextButton( TextButton(
child: const Text( child: const Text(
"Follow along the Step by Step guid", "Follow along the Step by Step guide",
), ),
onPressed: () => GoRouter.of(context).push( onPressed: () => GoRouter.of(context).push(
"/login-tutorial", "/login-tutorial",