remove dots after sentences
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m1s
Pull Request Pipeline / lint (pull_request) Successful in 2m4s

This commit is contained in:
2025-12-24 22:53:17 +01:00
parent b0a5145490
commit 12856342a8
2 changed files with 5 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ class _HomeViewState extends State<HomeView> {
visible: !isLoading && loadedRecentMatches.isNotEmpty,
replacement: const Center(
heightFactor: 12,
child: Text('No recent games available.'),
child: Text('No recent games available'),
),
child: Column(
mainAxisAlignment: MainAxisAlignment.start,
@@ -145,7 +145,7 @@ class _HomeViewState extends State<HomeView> {
] else ...[
const Center(
heightFactor: 5.35,
child: Text('No second game available.'),
child: Text('No second game available'),
),
],
],