From 4634a27a59dcf8c1d11508c0d513ce8d39f6d876 Mon Sep 17 00:00:00 2001
From: Moe <moe@chocola.dev>
Date: Sun, 15 May 2022 22:00:48 +0700
Subject: [PATCH] Remove see all

---
 lib/components/section_title.dart | 7 -------
 1 file changed, 7 deletions(-)

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),
-          ),
         )
       ],
     );