From ad24131560f2c073942c395de8afa4a74e13f661 Mon Sep 17 00:00:00 2001
From: Andrea Vos
Date: Fri, 15 Sep 2023 11:28:27 +0200
Subject: [PATCH] (ads)(WIP) publift
---
components/AdPlaceholder.vue | 2 +-
locale/en/translations.suml | 2 +-
routes/privacy.vue | 12 +-----------
3 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/components/AdPlaceholder.vue b/components/AdPlaceholder.vue
index b0d588c71..5b501041a 100644
--- a/components/AdPlaceholder.vue
+++ b/components/AdPlaceholder.vue
@@ -115,6 +115,6 @@ export default {
.wrapper-sticky {
position: -webkit-sticky;
position: sticky;
- top: 0;
+ top: 100px;
}
diff --git a/locale/en/translations.suml b/locale/en/translations.suml
index d918b8759..4c1770fff 100644
--- a/locale/en/translations.suml
+++ b/locale/en/translations.suml
@@ -1175,7 +1175,7 @@ privacy:
whose privacy policy is available {https://www.publift.com/privacy-policy=here}.
It uses cookies that enable it to serve ads to our users based on previous visits to our site and other sites.
You may opt out of personalised advertising by not giving your consent when prompted
- by using the button below.
+ by clicking this link:
logsBackups: >
Logs and backups are stored for no longer than 18 months.
gdpr: >
diff --git a/routes/privacy.vue b/routes/privacy.vue
index a2ba37928..69f4bdb50 100644
--- a/routes/privacy.vue
+++ b/routes/privacy.vue
@@ -29,15 +29,11 @@
privacy.content.hCaptcha
privacy.content.publift
+
privacy.content.gtm
privacy.content.logsBackups
privacy.content.gdpr
-
-
-
-
-
@@ -50,9 +46,3 @@ export default {
},
}
-
-