diff --git a/.planning/phase-2-live-map/03-sprite-preload.md b/.planning/phase-2-live-map/03-sprite-preload.md index ca75233..973f8fd 100644 --- a/.planning/phase-2-live-map/03-sprite-preload.md +++ b/.planning/phase-2-live-map/03-sprite-preload.md @@ -166,4 +166,4 @@ For 2.3, just include it in the registry and it'll be there when 2.5 needs it. **Bundle:** SVGs are inlined as data URLs by Vite (each is ~200-400 bytes). The sprite-preload module itself is small (~3KB). The map chunk gains ~5KB. -Landed in `PENDING_SHA`. +Landed in `61685e6`.