diff --git a/backend/static/icons/phosphor.svg b/backend/static/icons/phosphor.svg
index 9b4843c..2fcc061 100644
--- a/backend/static/icons/phosphor.svg
+++ b/backend/static/icons/phosphor.svg
@@ -189,4 +189,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/backend/static/js/app.js b/backend/static/js/app.js
index 74f5a94..7016f7d 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 = '544'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
+const APP_VER = '545'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.1.4'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';
diff --git a/backend/static/js/pages/admin.js b/backend/static/js/pages/admin.js
index b05c6f6..daa83a4 100644
--- a/backend/static/js/pages/admin.js
+++ b/backend/static/js/pages/admin.js
@@ -20,7 +20,7 @@ window.Page_admin = (() => {
{ id: 'system', label: 'System', icon: 'gear' },
{ id: 'jobs', label: 'Jobs', icon: 'clock' },
{ id: 'partner', label: 'Partner', icon: 'handshake' },
- { id: 'outreach', label: 'Outreach', icon: 'envelope' },
+ { id: 'outreach', label: 'Outreach', icon: 'envelope-simple' },
{ id: 'audit', label: 'Audit-Log', icon: 'clipboard-text' },
];
diff --git a/backend/static/sw.js b/backend/static/sw.js
index 7f21be0..9a5beac 100644
--- a/backend/static/sw.js
+++ b/backend/static/sw.js
@@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
-const CACHE_VERSION = 'by-v567';
+const CACHE_VERSION = 'by-v568';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache