fix: add footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user