CivicDataLab / CivicDataLab/ParakhAI-frontend
[Bug] Breadcrumb text rendered twice ('HomeHome', 'AI MakerAI Maker') — duplicate DOM text nodes
Open
@UdayRajSahai2 is already working on this.
Since Jun 22, 2026.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- Avg merge
- 9h 18m
- Merged PRs (30d)
- 4
Description
Summary
All breadcrumb items render their text twice — e.g. link "Home Home", link "Assigned Models Assigned Models". ARIA snapshot confirms two text nodes per link, neither with aria-hidden. Root cause: the shared breadcrumb component renders two text nodes (one for visible render, one likely for screen reader) without hiding the duplicate.
Fix
Audit the breadcrumb component — if a visually-hidden span is used for screen readers, add aria-hidden="true" to the visible text node, or consolidate to a single text node.
Report ref: UX-003 · Severity: MEDIUM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.