diff --git a/components/AdsPerformance.tsx b/components/AdsPerformance.tsx index 23c4668..af7ff67 100644 --- a/components/AdsPerformance.tsx +++ b/components/AdsPerformance.tsx @@ -370,7 +370,7 @@ const AdsPerformance: React.FC = ({ data, filters, top50Ran
- +
PRODUCT diff --git a/components/ForecastView.tsx b/components/ForecastView.tsx index f108f44..05b8a89 100644 --- a/components/ForecastView.tsx +++ b/components/ForecastView.tsx @@ -358,8 +358,8 @@ const ForecastView: React.FC = ({ data, filters, top50Ranking
- - + +
Product Info diff --git a/components/InColumnStockFilter.tsx b/components/InColumnStockFilter.tsx index 088ca6f..9350502 100644 --- a/components/InColumnStockFilter.tsx +++ b/components/InColumnStockFilter.tsx @@ -57,7 +57,7 @@ export const InColumnStockFilter: React.FC = ({ curren {isOpen && ( -
+
Stock Filter {currentFilters.length > 0 && ( diff --git a/components/WeeklyGrid.tsx b/components/WeeklyGrid.tsx index 0994f04..36c53d0 100644 --- a/components/WeeklyGrid.tsx +++ b/components/WeeklyGrid.tsx @@ -404,7 +404,7 @@ const WeeklyGrid: React.FC = ({ data, top50Ranking, onDrillDown
- + ))} - + {weeks.map((week, idx) => (
handleSort('rank', 'rank')} className="p-3 text-[11px] font-black text-slate-400 uppercase tracking-widest sticky left-0 z-40 bg-slate-900 border-r border-white/10 min-w-[240px] cursor-pointer hover:bg-white/5 transition-colors group" @@ -469,7 +469,7 @@ const WeeklyGrid: React.FC = ({ data, top50Ranking, onDrillDown
TOTALS