oss-slu/MORPH

Remove or replace broken navigation links

Open

#63 geöffnet am 16. März 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1 Fork)auto 404
good first issue

Repository-Metriken

Stars
 (2 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide