Revert "Remove inactive CTA button"

This reverts commit b238d34967.
This commit is contained in:
2026-06-24 09:21:39 +02:00
parent d4b1506abd
commit 6b780089f3
+5 -1
View File
@@ -35,8 +35,12 @@
<div class="sg-cards-public-page__cta-right-buttons" data-component="link-buttons">
<div class="sg-component-row">
<button class="sg-interaction-element sg-button sg-button--inactive" type="button" data-component="button" data-component-state="inactive" disabled aria-disabled="true">
Link-Button inaktiv
</button>
<button class="sg-interaction-element sg-button sg-button--active" type="button" data-component="button" data-component-state="active">
Link-Button
Link-Button aktiv
</button>
</div>
</div>