ticker: slow both rows by 30% (THE LATEST 100→130s, FORUM 144→187s)

This commit is contained in:
Ryan Salazar
2026-05-22 01:37:21 +00:00
parent a92aa38b78
commit 836bd1de0e

View File

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