Skip to content

Commit

Permalink
feat: Added HTML structure for cookie consent UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 21, 2024
1 parent 5ee32be commit efcb68a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div *ngIf="showConsentMessage" class="cookie-consent-container">
<p>We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. More information can be found in our privacy policy.</p>
<div class="cookie-buttons">
<button (click)="acceptConsent()">Accept</button>
<button (click)="declineConsent()">Decline</button>
</div>
</div>

0 comments on commit efcb68a

Please sign in to comment.