We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a3079 commit 70fcee9Copy full SHA for 70fcee9
src/assets/privacyoptions.svg
src/components/OneTrust.astro
@@ -17,7 +17,13 @@ const uuid = isProduction
17
function OptanonWrapper() {}
18
</script>
19
<!-- OneTrust Cookies Settings button start -->
20
-<button id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</button>
+<button id="ot-sdk-btn" class="ot-sdk-show-settings"
21
+ ><img
22
+ class="w4 mr1"
23
+ src="/assets/privacyoptions.svg"
24
+ alt="privacy options"
25
+ />Cookie Settings</button
26
+>
27
<!-- OneTrust Cookies Settings button end -->
28
29
<style>
0 commit comments