fix(home): derive footer year and drop the dead footer links (MAPPS-229) #241
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MAPPS-229-footer-year-and-links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The landing footer hardcoded "© 2025" and rendered Privacy/Terms/Contact as with no href. Derive the year from chrono::Utc::now() at render, and remove the three dead links (no /privacy, /terms, /contact routes exist; per the issue, omit a link with no destination rather than ship it broken).
Decision flag: I removed the dead links rather than guess a destination. If you'd prefer to keep them, point them at real pages (stub routes, or the Bunyip apex legal pages) and I'll wire them instead.
Verified in-container (just pre-commit): fmt + clippy + wasm check + unit tests green.
Fixes MAPPS-229.