hensei-web/app
Justin Edmund 02676fd7d4
Fix ESLint errors causing Railway deployment failure (#435)
## Summary
- Fixed unescaped apostrophes in JSX text that were causing ESLint
errors
- These errors were preventing the production build from completing on
Railway

## Changes
- `app/[locale]/error.tsx`: Escaped apostrophe in "couldn't"
- `app/[locale]/not-found.tsx`: Escaped apostrophes in "you're" and
"couldn't"
- `app/[locale]/unauthorized/page.tsx`: Escaped apostrophe in "don't"

## Test plan
- [x] ESLint errors resolved locally
- [ ] Railway deployment succeeds after merge

🤖 Generated with [Claude Code](https://claude.ai/code)
2025-09-03 23:23:27 -07:00
..
[locale] Fix ESLint errors causing Railway deployment failure (#435) 2025-09-03 23:23:27 -07:00
api Migrate about pages to App Router (#432) 2025-09-03 17:20:16 -07:00
components Modernize Link components to Next.js 13+ patterns (#431) 2025-09-03 17:07:09 -07:00
lib Fix i18n migration to next-intl (#430) 2025-09-03 16:25:59 -07:00
styles
layout.tsx Fix i18n migration to next-intl (#430) 2025-09-03 16:25:59 -07:00