mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
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:
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user