feat(assets): replace app icons with Mokosh-M logo and wire brand mark #399
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-325-mokosh-m-icons"
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?
Replaces the Mokosh Apps icon set with the Mokosh-M logo (blue yarn ball) from Logos/Mokosh-M.png, and wires the mark into the app chrome so it actually renders.
What changed
Why this makes them apply at staging
These assets were previously untracked and not gitignored, so the deployed build shipped with no icons at all (index.html's /favicon.svg was 404ing). Committing them is what makes the icons show up at staging once merged and redeployed.
Verification
just pre-commitgreen in the rust-builder-glibc container: fmt, clippy (-D warnings), wasm check, 194 tests pass.#MAPPS-325