diff --git a/src/lib/components/consent.svelte b/src/lib/components/consent.svelte index 7c45c01d9..5852d8298 100644 --- a/src/lib/components/consent.svelte +++ b/src/lib/components/consent.svelte @@ -36,6 +36,10 @@ } else { show.set(true); } + + return consent.subscribe((value) => { + selected = value.accepted; + }); }); function saveSettings(obj: Consent) { @@ -55,7 +59,7 @@ function acceptAll() { confirmChoices({ - logrocket: true + analytics: true }); } @@ -106,8 +110,11 @@
- - Product Analytics + + (optional)
diff --git a/src/lib/layout/footer.svelte b/src/lib/layout/footer.svelte index efc2e228b..837a51e74 100644 --- a/src/lib/layout/footer.svelte +++ b/src/lib/layout/footer.svelte @@ -1,6 +1,7 @@