diff --git a/lib/components/section_title.dart b/lib/components/section_title.dart index 388efbb..3ba6642 100644 --- a/lib/components/section_title.dart +++ b/lib/components/section_title.dart @@ -20,13 +20,6 @@ class SectionTitle extends StatelessWidget { color: Colors.white, fontWeight: FontWeight.w500, ), - ), - TextButton( - onPressed: pressSeeAll, - child: const Text( - "See All", - style: TextStyle(color: Colors.white), - ), ) ], );