Skip to content

Commit

Permalink
Corretto il nome della classe del pulsante di accettazione dei cookie…
Browse files Browse the repository at this point in the history
… nel banner
  • Loading branch information
seiseisette committed Jan 10, 2025
1 parent 0304e06 commit 8c3cbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookie-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a href="/cookie-policy.html" style="font-weight: normal;">Cookie Policy</a>.
</p>
<button id="decline-cookies" class="cookie-btn" onclick="allConsentDenied()" aria-label="Decline cookies">DECLINE</button>
<button id="accept-cookies" class="cookie-btn" onclick="allConsentGranted()" aria-label="Accept cookies">ACCEPT</button>
<button id="accept-cookies" class="cookie-bty" onclick="allConsentGranted()" aria-label="Accept cookies">ACCEPT</button>
</div>
</div>

Expand Down

0 comments on commit 8c3cbd6

Please sign in to comment.