Fix: Routen-Footer Icons korrekt

- globe → lock-open (globe fehlt im Sprite → leerer Button)
- chat-circle-dots → paper-plane-tilt für 'An Freund senden'
- Toggle-Handler nutzt jetzt lock-open/lock statt lock/globe
This commit is contained in:
rene 2026-04-19 11:17:02 +02:00
parent 9115f55dac
commit a37b103dfe
2 changed files with 9 additions and 5 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '223'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '224'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {