hensei-web/components/about
Justin Edmund 2d02f88622 Fix Link component legacy behavior and tab switching
- Remove legacyBehavior prop and nested <a> tags from Link components
- Modernize to Next.js 13+ Link API with className directly on Link
- Convert external links to plain <a> tags (LinkItem, Discord link)
- Remove unnecessary passHref props from Header components
- Fix tab switching by mapping string values to GridType enum

The tab switching issue was caused by trying to parse string values
("characters", "weapons", "summons") as integers when they needed to
be mapped to GridType enum values.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-03 15:58:12 -07:00
..
AboutHead refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
AboutPage refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
ChangelogUnit Migrate all remaining components to App Router navigation 2025-09-01 16:31:18 -07:00
ContentUpdate refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
LinkItem Fix Link component legacy behavior and tab switching 2025-09-03 15:58:12 -07:00
RoadmapPage refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
updates refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00
UpdatesPage refactor: migrate all components from next-i18next to next-intl 2025-09-02 19:48:04 -07:00