Skip to content

Commit

Permalink
change route to quiz registration page when click button selesai
Browse files Browse the repository at this point in the history
  • Loading branch information
12henbx committed Apr 26, 2024
1 parent 505032f commit a9aec79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ class _QuizResultPageState extends State<QuizResultPage> {
),
),
child: Button(
onTap: () => context.go('/task_list'),
onTap: () => context.go('/quiz_registration'),
text: 'Selesai',
// buttonType: ButtonType.tertiary,
customButtonColor: Color(0xFF1BB8E1),
customButtonColor: const Color(0xFF1BB8E1),
customTextColor: Colors.white,
innerVerticalPadding: 10,
borderRadius: 8,
Expand Down

0 comments on commit a9aec79

Please sign in to comment.