Fix broken links, aria attributes, and demo data mismatches (#2831)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Bartosz-Do
2026-08-08 00:02:40 +02:00
committed by GitHub
co-authored by Paweł Kuna Copilot Autofix powered by AI StarDev
parent 023c1113f6
commit 5c0a612127
15 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const rows = (people as Person[]).slice(offset, offset + limit).map((person, idx
const status = colors[randomNumber(index + 5, 0, colors.length - 1)]
return {
person,
status,
status: status !== 'x' ? status : 'secondary',
statusLabel: statusLabels[status],
timeago: timeagoLabel(index, 6),
}