--- # vibed-wqsu title: Add contact footer to all service front-ends status: todo type: task priority: low created_at: 2026-03-10T23:29:17Z updated_at: 2026-03-10T23:29:17Z --- ## Background The root `TODO.md` calls for a footer on every service front-end with contact info: > Contact: `@elijah.run` Where `` depends on the service. ## Target services and email addresses | Service | Front-end type | Contact email | |---|---|---| | `quotesdb` | Yew (Rust/Wasm) | `quotes@elijah.run` | | `edu` | mdbook static site | `vibedbooks@elijah.run` | | Blog editor | Yew (not yet built) | `editor@elijah.run` | ## Implementation ### quotesdb/ui Add a `Footer` component to the Yew app: 1. Create `quotesdb/ui/src/components/footer.rs` (or add inline to `app.rs`). 2. Render a `