oss-slu/MORPH

Remove or replace broken navigation links

Open

#63 opened on 2026年3月16日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
good first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

説明

Description

Clean up header and homepage navigation so users cannot click links to routes that do not exist

Acceptance criteria

  • All navigation links point to valid existing routes
  • Missing feature links are removed or replaced with a non-clickable “Coming soon” state
  • Manual click test confirms zero route-not-found navigation

Developer note

Compare the links in web/src/components/Header.tsx and web/src/routes/index.tsx with those generated in web/src/routeTree.gen.ts

コントリビューターガイド