diff --git a/apps/web/src/app/(dashboard)/dashboard/dashboard-filters.tsx b/apps/web/src/app/(dashboard)/dashboard/dashboard-filters.tsx
index 18c9655..a7e8e50 100644
--- a/apps/web/src/app/(dashboard)/dashboard/dashboard-filters.tsx
+++ b/apps/web/src/app/(dashboard)/dashboard/dashboard-filters.tsx
@@ -29,34 +29,33 @@ export default function DashboardFilters({
};
return (
-
-
- setDays(value)}>
-
- 7 Days
- 30 Days
-
-
-
- );
+
+
+ setDays(value)}>
+
+
+ 7 Days
+
+
+ 30 Days
+
+
+
+
+ );
}