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")}