Commit 7d1d9c2f authored by rizky ramadhan's avatar rizky ramadhan

route free demo ke register

parent 486c0536
...@@ -74,7 +74,7 @@ class _SolutionsState extends State<Solutions> { ...@@ -74,7 +74,7 @@ class _SolutionsState extends State<Solutions> {
ElevatedButton ButtonSolution(BuildContext context) { ElevatedButton ButtonSolution(BuildContext context) {
return ElevatedButton( return ElevatedButton(
onPressed: () { onPressed: () {
_scrollToIndex(500); Navigator.pushNamed(context, '/register');
}, },
style: DefaultColors(), style: DefaultColors(),
// ElevatedButton.styleFrom( // ElevatedButton.styleFrom(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment