update viewers page
This commit is contained in:
+1
-1
@@ -2325,7 +2325,7 @@ function ViewersPage({ viewers }) {
|
||||
{Object.entries(periods).map(([key, period]) => (
|
||||
<button
|
||||
className={`rounded px-3 py-1.5 transition ${
|
||||
analyticsWindow === key ? 'bg-fury-red text-[#ea9800] shadow-sm' : 'text-text-soft hover:text-text'
|
||||
analyticsWindow === key ? 'bg-fury-red text-fury-cyan shadow-sm' : 'text-text-soft hover:text-text'
|
||||
}`}
|
||||
key={key}
|
||||
onClick={() => setAnalyticsWindow(key)}
|
||||
|
||||
Reference in New Issue
Block a user