oss-slu/MORPH

Remove or replace broken navigation links

Open

#63 创建于 2026年3月16日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (1 fork)auto 404
good first issue

仓库指标

Star
 (2 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南