From 9a5bf237129b180097d900a10edc8d5f868c9325 Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Tue, 15 Apr 2025 16:29:22 +0530 Subject: [PATCH] refactor: remove unnecessary class from time range buttons in Dashboard --- src/components/Dashboard/Dashboard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index b3b9dc68..d2048aba 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -230,13 +230,13 @@ const Dashboard = () => { {/* Row 2: Time Range Buttons */} -
+
{["1D", "1W", "15D", "1M", "3M", "1Y", "5Y"].map((key) => (