ticker: top 130→163s (+25%) / bottom 187→206s (+10%)

This commit is contained in:
Ryan Salazar
2026-05-22 02:37:22 +00:00
parent c6bf372b50
commit 55baf7004f

View File

@@ -113,14 +113,14 @@ export default function DualSpeedTicker() {
label="THE LATEST"
labelColor="#00ff9f"
glowColor="rgba(0,255,159,0.55)"
durationSec={130}
durationSec={163}
items={beat}
/>
<Row
label="FORUM"
labelColor="#00d4ff"
glowColor="rgba(0,212,255,0.55)"
durationSec={187}
durationSec={206}
items={forum}
/>