From 2c96be08bfc88b2c7d29a4a73d0957bdf035dae7 Mon Sep 17 00:00:00 2001 From: brooktewabe Date: Mon, 23 Feb 2026 11:41:36 +0300 Subject: [PATCH] UI fix --- components/layout/sports-sidebar.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/components/layout/sports-sidebar.tsx b/components/layout/sports-sidebar.tsx index 109eaca..1988c2c 100644 --- a/components/layout/sports-sidebar.tsx +++ b/components/layout/sports-sidebar.tsx @@ -137,28 +137,6 @@ export function SportsSidebar() { -
- -
- Quick Filter -
- {["All", "Today", "3h", "6h", "9h", "12h"].map((t) => ( - - ))} -
-
-
- Search Event -

Insert the events name or at least one team in the form below

-
- - -
-
-
) }