Skip to content

Commit

Permalink
fix: next button on game over screen
Browse files Browse the repository at this point in the history
  • Loading branch information
fstof committed Dec 10, 2023
1 parent fda0bdb commit a15066c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/game_over/view/game_over_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class GameOverView extends StatelessWidget {
icon: const Icon(Icons.refresh),
),
spaceL,
if (level < 9)
if (level < 10)
IconButton(
onPressed: () {
Navigator.of(context)
Expand Down

0 comments on commit a15066c

Please sign in to comment.