diff --git a/lib/presentation/report/pages/report_page.dart b/lib/presentation/report/pages/report_page.dart index 3e4151b..ba282ed 100644 --- a/lib/presentation/report/pages/report_page.dart +++ b/lib/presentation/report/pages/report_page.dart @@ -360,7 +360,7 @@ class _ReportPageState extends State { ReportMenu( label: 'Laporan Kategori', subtitle: 'Laporan kategori produk', - icon: Icons.archive_outlined, + icon: Icons.category_outlined, onPressed: () { selectedMenu = 7; title = 'Laporan Kategori';