change cookie msg;
This commit is contained in:
@@ -23,7 +23,7 @@ export default function CookieBanner() {
|
||||
|
||||
return (
|
||||
<div className="fixed bottom-0 inset-x-0 bg-gray-800 text-white p-4 flex flex-col items-center z-50">
|
||||
<p className="text-center max-w-prose mx-auto">Wir verwenden Cookies, um Ihre Erfahrung zu verbessern.</p>
|
||||
<p className="text-center max-w-prose mx-auto">Beim Steinbruchfest gibt es dann frische Mehlspeisen. Hier leider nur technisch notwendige Cookies</p>
|
||||
<button onClick={handleAccept} className="bg-white text-black px-4 py-2 rounded-full mt-2">Akzeptieren</button>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user