Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 23, 2025
1 parent c29e76c commit 704f135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub_stats/lib/view/widget/stats/stats_charts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class StatsCharts extends StatelessWidget {
child: Text(type.name.titleCase),
),
],
child: Text('Create Badge'),
child: const Text('Create Badge'),
),
const SizedBox(height: 12),
Text('Last updated $lastUpdated', style: context.textTheme.bodySmall),
Expand Down

0 comments on commit 704f135

Please sign in to comment.