fix: use logo-signin, consolidate plane asset, fix home marker on resize

- Sign-in page now uses logo-signin.png
- World map animation uses airplane.png; remove unused animationPlane.png
- Re-project home marker on map resize so it stays correct when stats panel collapses

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Haeri Kim
2026-06-16 21:01:26 +09:00
parent 8d36c3faca
commit 5a95fccd70
6 changed files with 4 additions and 3 deletions

View File

@@ -257,6 +257,7 @@
countryPaths.attr('d', path);
updateFill(countryPaths);
renderMicrostates();
updateHomeMarker(getUserProfile()?.homeCountry ?? null);
}
});