Merge pull request #146 from flexagoon/patch-1

fix a typo on the login screen
This commit is contained in:
Kingkor Roy Tirtho 2022-07-12 20:18:44 +06:00 committed by GitHub
commit 708995d542
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?"),
TextButton(
child: const Text(
"Follow along the Step by Step guid",
"Follow along the Step by Step guide",
),
onPressed: () => GoRouter.of(context).push(
"/login-tutorial",