mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 11:03:49 +00:00
feat(#53): Add policy link to cookie consent banner
This commit is contained in:
@@ -21,7 +21,9 @@
|
|||||||
<div class="fixed bottom-0 left-0 w-full bg-gray-800 text-white p-4">
|
<div class="fixed bottom-0 left-0 w-full bg-gray-800 text-white p-4">
|
||||||
<p class="text-sm">
|
<p class="text-sm">
|
||||||
We use cookies to ensure you get the best experience on our website. By continuing, you agree
|
We use cookies to ensure you get the best experience on our website. By continuing, you agree
|
||||||
to our use of cookies.
|
to our use of cookies. For details, please see our <a href="/privacy" class="underline"
|
||||||
|
>Privacy Policy</a
|
||||||
|
>.
|
||||||
</p>
|
</p>
|
||||||
<button class="bg-blue-500 hover:bg-blue-600 px-4 py-2 rounded" on:click={acceptCookies}
|
<button class="bg-blue-500 hover:bg-blue-600 px-4 py-2 rounded" on:click={acceptCookies}
|
||||||
>Accept</button
|
>Accept</button
|
||||||
|
|||||||
Reference in New Issue
Block a user