From d99ef24daaa4950955277d129ada43abd5393cb6 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Mon, 1 Dec 2025 21:52:12 +0000 Subject: [PATCH] Fix setup guide section numbering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renumber sections 5-7 to 4-6 to correct the sequence after removing a section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/admin/setup/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/admin/setup/page.tsx b/app/admin/setup/page.tsx index 81cd4c3..20e25b5 100644 --- a/app/admin/setup/page.tsx +++ b/app/admin/setup/page.tsx @@ -41,9 +41,9 @@ export default function SetupGuidePage() {
  • → 1. Installation
  • → 2. MQTT Credentials erhalten
  • → 3. App Konfiguration
  • -
  • → 5. Verbindung testen
  • -
  • → 6. Port 1883 vs. 9001
  • -
  • → 7. Troubleshooting
  • +
  • → 4. Verbindung testen
  • +
  • → 5. Port 1883 vs. 9001
  • +
  • → 6. Troubleshooting
  • @@ -205,10 +205,10 @@ export default function SetupGuidePage() { - {/* Section 5: Testing */} + {/* Section 4: Testing */}
    toggleSection("5")} @@ -232,10 +232,10 @@ export default function SetupGuidePage() {
    - {/* Section 6: Ports */} + {/* Section 5: Ports */}
    toggleSection("6")} @@ -243,10 +243,10 @@ export default function SetupGuidePage() {
    - {/* Section 7: Troubleshooting */} + {/* Section 6: Troubleshooting */}
    toggleSection("7")}