Changed skeleton data from 3 to 2 tiles
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m2s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s

This commit is contained in:
2026-01-10 14:20:09 +01:00
parent d22855fc1a
commit 595cf6ead0
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class _HomeViewState extends State<HomeView> {
/// Recent matches to display, initially filled with skeleton matches
List<Match> recentMatches = List.filled(
3,
2,
Match(
name: 'Skeleton Match',
group: Group(