diff --git a/components/AdsPerformance.tsx b/components/AdsPerformance.tsx index 99f6545..6e1578a 100644 --- a/components/AdsPerformance.tsx +++ b/components/AdsPerformance.tsx @@ -63,7 +63,7 @@ const AdsRow: React.FC<{ } return ( - +
diff --git a/components/BuyBoxWarningBadge.tsx b/components/BuyBoxWarningBadge.tsx index 9aa1358..467712b 100644 --- a/components/BuyBoxWarningBadge.tsx +++ b/components/BuyBoxWarningBadge.tsx @@ -35,24 +35,24 @@ export const BuyBoxWarningBadge: React.FC = ({ asin, bu {/* Hover Popup */} {isHovered && ( -
-
- - ⚠️ Buy Box Lost +
+
+ + ⚠️ Buy Box Lost Reason
-
+
{data.countries.map(country => (
- {COUNTRY_FLAGS[country] || '🏳️'} + {COUNTRY_FLAGS[country] || '🏳️'}
- + {country} - + {data.reasons[country] || 'Unknown'}
diff --git a/components/ForecastView.tsx b/components/ForecastView.tsx index 768a632..95835bf 100644 --- a/components/ForecastView.tsx +++ b/components/ForecastView.tsx @@ -80,7 +80,7 @@ const ForecastRow: React.FC<{ else achievementColor = 'bg-rose-500'; return ( - + {/* Product Info */}
diff --git a/components/WeeklyGrid.tsx b/components/WeeklyGrid.tsx index 706f7b0..8d1b6f0 100644 --- a/components/WeeklyGrid.tsx +++ b/components/WeeklyGrid.tsx @@ -77,7 +77,7 @@ const WeeklyRow: React.FC<{ } return ( - +