CivicDataLab / CivicDataLab/ParakhAI-frontend
[Design] 404 page is bare Next.js default — no branding, navigation, or home link
Open
@aparnasr1 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
Invalid routes render the default Next.js 404 page with no ParakhAI branding, no navigation bar, no home link, and no styling. Users who land on a broken URL have no way to recover without using the browser back button.
Fix
Create a custom app/not-found.tsx page with:
- ParakhAI header/navigation
- Clear "Page not found" message
- Link back to the dashboard home
- Branded styling matching the rest of the platform
Report ref: UX-012 · Severity: LOW
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.