We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26afc33 commit 21dbf06Copy full SHA for 21dbf06
lib/dashboard/view/dashboard_page.dart
@@ -62,9 +62,9 @@ class _DashboardPageState extends State<DashboardPage> {
62
63
final summaryCards = [
64
_SummaryCard(
65
- icon: Icons.category_outlined,
66
- title: l10n.totalTopics,
67
- value: summary.topicCount.toString(),
+ icon: Icons.newspaper_outlined,
+ title: l10n.totalHeadlines,
+ value: summary.headlineCount.toString(),
68
),
69
70
icon: Icons.category_outlined,
0 commit comments