fix(stellungnahme): Zurück-Button in Step 5 links
Deploy / verify (push) Failing after 44s
Deploy / deploy (push) Has been skipped

This commit is contained in:
Peter Meier
2026-05-28 13:29:01 +02:00
parent d45e691171
commit 6bc6781b3c
@@ -893,12 +893,12 @@ ${"=".repeat(64)}`;
</details>
</div>
<div class="mb-2 flex gap-3">
<button class="rounded-lg border border-stein-300 px-4 py-2 text-sm text-stein-600 hover:bg-stein-50" onclick={() => goTo(3)}> Zurück</button>
<button
class="rounded-lg bg-wald-700 px-6 py-2.5 font-semibold text-white transition hover:bg-wald-800 disabled:opacity-40"
disabled={!absenderName.trim()}
onclick={generateOutput}
>Text erstellen</button>
>Text erstellen</button>
</div>
{#if !absenderName.trim()}