diff --git a/backend/static/index.html b/backend/static/index.html index e52f1aa..0cc63ca 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -566,7 +566,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 1b287ad..5ae66ae 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '640'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '641'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/js/worlds.js b/backend/static/js/worlds.js index 043d2bd..3b96a26 100644 --- a/backend/static/js/worlds.js +++ b/backend/static/js/worlds.js @@ -688,7 +688,7 @@ window.Worlds = (() => { ]; // User-Avatar für JETZT Info-Card - const uFoto = _state?.user?.foto_url; + const uFoto = _state?.user?.avatar_url; const uInitial = firstName ? firstName.charAt(0).toUpperCase() : '?'; const userAvatarHtml = `