mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
Merge pull request #146 from flexagoon/patch-1
fix a typo on the login screen
This commit is contained in:
commit
708995d542
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user