From 9e331e32657ad5f3303a4471f700f99b62cc23e1 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 21 Dec 2024 19:12:37 -0500 Subject: [PATCH] Standardize time period dropdowns --- dashboard/src/components/dashboard/ProductGrid.jsx | 4 ++-- dashboard/src/components/dashboard/SalesChart.jsx | 2 +- dashboard/src/components/dashboard/StatCards.jsx | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/src/components/dashboard/ProductGrid.jsx b/dashboard/src/components/dashboard/ProductGrid.jsx index f4bb232..1ba74d8 100644 --- a/dashboard/src/components/dashboard/ProductGrid.jsx +++ b/dashboard/src/components/dashboard/ProductGrid.jsx @@ -104,7 +104,7 @@ const ProductGrid = ({
- +
@@ -183,7 +183,7 @@ const ProductGrid = ({ value={selectedTimeRange} onValueChange={handleTimeRangeChange} > - + diff --git a/dashboard/src/components/dashboard/SalesChart.jsx b/dashboard/src/components/dashboard/SalesChart.jsx index 6fde004..db4d112 100644 --- a/dashboard/src/components/dashboard/SalesChart.jsx +++ b/dashboard/src/components/dashboard/SalesChart.jsx @@ -848,7 +848,7 @@ const SalesChart = ({ value={selectedTimeRange} onValueChange={handleTimeRangeChange} > - + diff --git a/dashboard/src/components/dashboard/StatCards.jsx b/dashboard/src/components/dashboard/StatCards.jsx index 744bebf..61191a0 100644 --- a/dashboard/src/components/dashboard/StatCards.jsx +++ b/dashboard/src/components/dashboard/StatCards.jsx @@ -1501,7 +1501,7 @@ const StatCards = ({
- +
@@ -1536,7 +1536,7 @@ const StatCards = ({ )} - +