diff --git a/frontend/genex-mobile/lib/features/coupons/presentation/pages/home_page.dart b/frontend/genex-mobile/lib/features/coupons/presentation/pages/home_page.dart index 4b2fea5..e73a9bb 100644 --- a/frontend/genex-mobile/lib/features/coupons/presentation/pages/home_page.dart +++ b/frontend/genex-mobile/lib/features/coupons/presentation/pages/home_page.dart @@ -76,6 +76,7 @@ class _HomePageState extends State { SliverAppBar( floating: true, pinned: false, + automaticallyImplyLeading: false, backgroundColor: AppColors.background, elevation: 0, toolbarHeight: 60,