fix: add footer

This commit is contained in:
Tim Rijkse
2026-01-15 16:01:03 +01:00
parent 1a6b47c8d3
commit ac10ab8f4b
6 changed files with 260 additions and 69 deletions

View File

@@ -180,7 +180,9 @@ class NewsletterSignup extends HTMLElement {
required
aria-label="E-mailadres"
/>
<button type="submit" class="newsletter-button" aria-label="${this.buttonText || 'Inschrijven'}">
<button type="submit" class="newsletter-button" aria-label="${
this.buttonText || "Inschrijven"
}">
${sendIcon({ size: 24, color: "#ffffff" })}
</button>
</form>