diff --git a/backend/static/icons/phosphor.svg b/backend/static/icons/phosphor.svg
index 4b77a1f..766b8bc 100644
--- a/backend/static/icons/phosphor.svg
+++ b/backend/static/icons/phosphor.svg
@@ -158,4 +158,6 @@
+
+
\ No newline at end of file
diff --git a/backend/static/js/app.js b/backend/static/js/app.js
index 8c5ad6a..059a943 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 = '396'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
+const APP_VER = '397'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {
diff --git a/backend/static/js/pages/knigge.js b/backend/static/js/pages/knigge.js
index 43c9bb5..10c86c7 100644
--- a/backend/static/js/pages/knigge.js
+++ b/backend/static/js/pages/knigge.js
@@ -29,7 +29,7 @@ window.Page_knigge = (() => {
tipps: 'Hund nie unbeaufsichtigt mit Kindern. Kind fragen ob es streicheln darf. Hund dahinter positionieren, nicht zwischen Kind und Weg.',
},
{
- icon: '',
+ icon: '',
titel: 'Radfahrer',
tipps: 'Hund an die Seite nehmen. Fahrrad = potentielle Bedrohung für manche Hunde. Frühzeitig weglenken.',
},
@@ -116,7 +116,7 @@ window.Page_knigge = (() => {
// ----------------------------------------------------------
function _render() {
_container.innerHTML = `
-
+
${_renderBegegnungen()}
${_renderVoting()}
${_renderKiRat()}
diff --git a/backend/static/sw.js b/backend/static/sw.js
index 7972d9a..7aa1cce 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-v417';
+const CACHE_VERSION = 'by-v418';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten