Skip to content

Commit

Permalink
Update playground/nextjs/src/CookieBanner.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Feb 20, 2024
1 parent a59d267 commit 95f0e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nextjs/src/CookieBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function CookieBanner() {
<div className="fixed right-2 bottom-2 border rounded p-2 bg-gray-100 text-sm">
{!consentGiven ? (
<>
<p>I am a cookie banner - hear me roar.</p>
<p>I am a cookie banner - you wouldn't like me when I'm hangry.</p>
<button
onClick={() => {
localStorage.setItem('cookie_consent', 'true')
Expand Down

0 comments on commit 95f0e17

Please sign in to comment.