mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 14:05:24 +02:00
Revert unintended changes in ForecastView and AdsPerformance; keep WeeklyGrid badge repositioning
This commit is contained in:
@@ -63,7 +63,7 @@ const AdsRow: React.FC<{
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<tr className="hover:bg-white/[0.02] transition-colors group relative hover:z-50">
|
<tr className="hover:bg-white/[0.02] transition-colors group">
|
||||||
<td className="p-4 py-3">
|
<td className="p-4 py-3">
|
||||||
<div className="flex flex-col gap-0.5">
|
<div className="flex flex-col gap-0.5">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ const ForecastRow: React.FC<{
|
|||||||
else achievementColor = 'bg-rose-500';
|
else achievementColor = 'bg-rose-500';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<tr key={item.asin} className="hover:bg-indigo-500/5 transition-colors group border-b border-slate-800/50 last:border-0 relative hover:z-50">
|
<tr key={item.asin} className="hover:bg-indigo-500/5 transition-colors group border-b border-slate-800/50 last:border-0">
|
||||||
{/* Product Info */}
|
{/* Product Info */}
|
||||||
<td className="px-6 py-4">
|
<td className="px-6 py-4">
|
||||||
<div className="flex flex-col gap-1">
|
<div className="flex flex-col gap-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user