Login page: center logo image is broken (login-logo.png 404s) #819

Open
opened 2026-07-18 23:28:14 +00:00 by jmiller · 1 comment
Owner

Reported by: @jmiller

Problem: Broken image above the Sign In card on the login page.

Root cause: <img src="/assets/img/login-logo.png"> returns 404. /assets/img/logo.svg and /assets/img/logo.png both exist (200).

Fix: Point the login logo at the existing logo.svg (or logo.png), or add the missing login-logo.png asset.

Reported 2026-07-18.

**Reported by:** @jmiller **Problem:** Broken image above the Sign In card on the login page. **Root cause:** `<img src="/assets/img/login-logo.png">` returns **404**. `/assets/img/logo.svg` and `/assets/img/logo.png` both exist (200). **Fix:** Point the login logo at the existing `logo.svg` (or `logo.png`), or add the missing `login-logo.png` asset. _Reported 2026-07-18._
jmiller added the tech-debt label 2026-07-18 23:28:14 +00:00
Author
Owner

Branch created: feature/819-login-page-center-logo-image-is-broken-l

git fetch origin
git checkout feature/819-login-page-center-logo-image-is-broken-l
Branch created: [`feature/819-login-page-center-logo-image-is-broken-l`](https://git.mokoconsulting.tech/MokoConsulting/MokoGIT/src/branch/feature/819-login-page-center-logo-image-is-broken-l) ```bash git fetch origin git checkout feature/819-login-page-center-logo-image-is-broken-l ```
Sign in to join this conversation.