This commit is contained in:
2026-06-03 07:38:05 -06:00
parent 7f51544615
commit d8363b997a

View File

@@ -363,7 +363,7 @@ function renderWordCloud() {
color: words.map(
(_, i) => WORD_COLORS[i % WORD_COLORS.length],
),
rotate: 0,
rotate: words.map(() => 0),
} as any,
],
},