mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fix a typo on the login screen
This commit is contained in:
parent
9db99a07d0
commit
4d130af609
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user